SQL
x
use tewiki_p;
SELECT
rev_timestamp,
page.page_title
FROM
revision,
page
where
revision.rev_page = page.page_id and
rev_actor = 139 and
page_namespace = 0 and
rev_parent_id = 0 and
rev_timestamp > 20200100000000
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.