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
Xiplus
.
Toggle Highlighting
SQL
USE zhwiki_p; SELECT log_title, ug_group FROM ( SELECT * FROM logging WHERE log_timestamp < 20190615000000 AND log_type = 'create' AND log_namespace = 0 ORDER BY log_timestamp DESC LIMIT 5000 ) logging LEFT JOIN page ON log_namespace = page_namespace AND log_title = page_title LEFT JOIN actor ON log_actor = actor_id LEFT JOIN ( SELECt * FROM user_groups WHERE ug_group IN ('autoreviewer', 'sysop', 'patroller') ) user_groups ON actor_user = ug_user WHERE page_id IS NOT NULL
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...