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
Mpaa
.
Related changes
Toggle Highlighting
SQL
USE enwikisource_p; SELECT p1.page_title, pl.pl_title as pl_title, p2.page_id, r.rev_user_text, r.rev_timestamp FROM page p1 INNER JOIN pagelinks pl ON p1.page_id = pl.pl_from INNER JOIN page p2 ON p2.page_title = pl_title INNER JOIN revision r ON p2.page_id = r.rev_page WHERE p1.page_title = 'A_Portrait_of_the_Artist_as_a_Young_Man_(Huebsch_1916).djvu' AND p1.page_namespace = 106 AND (r.rev_timestamp > '20150201000000' AND r.rev_timestamp < DATE_FORMAT(NOW(), 'YYmmddHHiiss'));
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...