Fork of New pages in Portal namespace in ruWP by Stjn
This query is marked as a draft This query has been published by Alex NB IT.

SQL

AخA
 
SELECT page_title, substr(rev_timestamp, 1, 6)
FROM page
INNER JOIN revision AS revision ON page.page_id = revision.rev_page
AND page_namespace = 100
AND revision.rev_parent_id = 0
ORDER BY revision.rev_timestamp desc
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.

Checking query status...