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
94rain
.
Toggle Highlighting
SQL
USE zhwiki_p; select c_user_id as user, count(*) as count, max(c_timestamp) as last_creation from u_svick_enwiki_page_creators_p.creator as pc join page on c_page_id = page_id where page_namespace = 0 and page_is_redirect = 0 group by user having count >= 50 and last_creation > date_format(adddate(now(), -30), '%Y%m%d%H%i%s') 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...