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 @ns = 10; -- 828 10 14 set @gun= -100; set @c1=concat("tr.wikipedia.org/w/index.php?limit=100&title=Özel:Katkılar&contribs=user&namespace=",@ns,"&target="); select rc_user, rc_user_text, count(*) as ec , concat(@c1,rc_user_text) as url from recentchanges_userindex rc where rc_namespace = @ns and rc_bot = 0 and rc_type < 2 -- and rc_user > 0 and rc_timestamp > DATE_ADD(NOW(), INTERVAL @gun DAY) group by 1, 2 having ec>10 order by ec 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...