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 rev_timestamp, page_title, actor_name, comment_text, ug_group FROM page LEFT JOIN revision ON page_latest = rev_id LEFT JOIN comment ON rev_comment_id = comment_id LEFT JOIN actor ON rev_actor = actor_id LEFT JOIN user ON actor_user = user_id LEFT JOIN user_groups ON user_id = ug_user WHERE page_namespace = 2 AND page_title LIKE "Bluedecklibrary%" AND revision.rev_timestamp > '20200101000000' ORDER BY rev_timestamp 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...