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
Wurgl
.
Toggle Highlighting
SQL
use wikidatawiki_p; SELECT page_title, GROUP_CONCAT(CONCAT(rev_timestamp, '\t', comment_text, '\t', actor) SEPARATOR '\n') FROM pagelinks AS VIAF, page STRAIGHT JOIN revision, comment, actor WHERE page_namespace = 0 AND VIAF.pl_from = page_id AND VIAF.pl_namespace = 120 AND VIAF.pl_title = 'P214' AND rev_page = page_id AND rev_comment_id = comment_id AND comment_text LIKE "%P214%" AND rev_actor = actor_id GROUP BY page_title LIMIT 5;
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...