This query is marked as a draft This query has been published by Zdzislaw.

SQL

x
 
use plwikisource_p;
SELECT
    page_title as title,
    rev_id AS id,
    rev_user,
    rev_comment,
    rev_timestamp
FROM
    revision JOIN page ON rev_page = page_id
WHERE
page_title = 'Ferdynand_Ossendowski_-_Cień_ponurego_Wschodu.djvu/120'
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...