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_name) SEPARATOR '<br />\n') FROM pagelinks AS VIAF, page, 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 REGEXP "P214[^0-9]" AND rev_actor = actor_id AND page_id < 10000 GROUP BY page_title;
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...