SQL
x
use plwikisource_p;
SELECT
DISTINCT(rev_page), rev_timestamp, page_title
FROM
revision JOIN page ON rev_page = page_id
WHERE
rev_page IN (SELECT
cl_from
FROM
categorylinks
WHERE
cl_to='Uwierzytelniona'
AND cl_timestamp < '20180718224810'
)
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.