Fork of T126229: Flow pages placed on non-existent users by Xiplus
This query is marked as a draft This query has been published by Xiplus.

SQL

x
 
SELECT page_title, page_id, page_touched, page_links_updated, page_latest
FROM page
LEFT JOIN user ON REGEXP_REPLACE(REPLACE(page_title, '_', ' '), '/.*', '') = user_name
WHERE page_namespace = 3
    AND page_content_model = 'flow-board'
    AND user_id IS NULL
ORDER BY page_id ASC
;
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...