SQL
x
use enwikisource_p;
SELECT DISTINCTROW
recentchanges.rc_title,
recentchanges.rc_user_text,
recentchanges.rc_timestamp,
recentchanges.rc_namespace
FROM recentchanges
WHERE recentchanges.rc_title LIKE 'Tom_Swift_and_His_Airship.djvu%' AND recentchanges.rc_namespace=104;
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.