blob: 6c3c357c034241b479ff807d20c6f77134258111 [file] [log] [blame]
select
addr,
count(*)
from
table1
group by
addr
order by
addr;