SQL
AخA
use arwiki_p;
SELECT
page_is_redirect,
page_title,
logs.log_timestamp,
logs.log_comment
FROM page
JOIN logging AS logs ON logs.log_title = page_title
AND logs.log_type = 'protect';
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.