Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Bulgu
.
Toggle Highlighting
SQL
USE trwiki_p; set @c1="tr.wikipedia.org/w/index.php?limit=1000&title=Özel:Katkılar&contribs=user&namespace=6&year=2016&month=-1&target="; set @ns = 6; select rc_user, rc_user_text, count(*) as ec6 , concat(@c1,rc_user_text) as url from recentchanges_userindex rc where rc_namespace = @ns group by 1 having ec6>10 order by ec6 desc;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...