summaryrefslogtreecommitdiff
path: root/sources/db/show_selection_stats.sql
blob: d6cc0c7375e90e52ba9d1fb25b6ad21622ec00f6 (plain)
1
2
3
4
5
SELECT '  interesting_tags count ......... ', count(*) FROM interesting_tags;
SELECT '  frequent_tags count ............ ', count(*) FROM frequent_tags;
SELECT '  interesting_relation_types count ', count(*) FROM interesting_relation_types;