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
Wargo
.
To detect same text as original
Toggle Highlighting
SQL
use mediawikiwiki_p; SELECT p.page_id AS "page_id", CAST(p.page_title AS CHAR(10000) CHARACTER SET utf8) AS "page_title", r.rev_comment AS "rev_comment", r.rev_text_id AS "revision_id" r.rev_user AS "rev_user" r.rev_user_text AS "rev_user_text" FROM page p INNER JOIN revision r ON p.page_latest = r.rev_id WHERE p.page_namespace = 1198 LIMIT 32;
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...