SQL
x
USE enwiki_p;
select * from logging where log_namespace = 2 and ( log_title = 'TheStrayDog' or log_title = 'TheStrayDog/first' );
select * from archive where ar_namespace = 2 and ( ar_title = 'TheStrayDog' or ar_title = 'TheStrayDog/first' )
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.