Ticket #17055: extract_1000.sql

File extract_1000.sql, 131 bytes (added by GerdP, 7 years ago)
Line 
1select key, value, count_all, count_nodes, count_ways, count_relations from tags
2 where count_all > 1000
3 order by key,value;