Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Sample revisions of Objectionable Content
by
Jdcc-berkman
This query is marked as a draft
This query has been published
by
Jdcc-berkman
.
Toggle Highlighting
SQL
# https://en.wikipedia.org/wiki/Category:Wikipedia_objectionable_content # https://www.mediawiki.org/wiki/Manual:Categorylinks_table SELECT revision.rev_id, revision.rev_comment_id, revision.rev_timestamp, revision.rev_minor_edit, revision.rev_parent_id, revision.rev_len, page.* FROM revision JOIN page on revision.rev_page = page.page_id JOIN categorylinks ON categorylinks.cl_from = page.page_id WHERE categorylinks.cl_to = "Wikipedia_controversial_topics" AND rev_id < 10000000; # took seconds #AND rev_id >= 200000000 AND rev_id < 400000000; # took seconds #AND rev_id >= 400000000 AND rev_id < 600000000; # took seconds #AND rev_id >= 600000000 AND rev_id < 800000000; # took seconds #AND rev_id >= 800000000; # took seconds
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...