SQL
x
USE trwiki_p;
select *, count(*)
from tag_summary join recentchanges_userindex on rc_id = ts_rc_id
group by ts_tags having count(*) >2
order by count(*) desc
;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.