SQL
x
use zhwiki_p;
select rev_id, page_title from revision_userindex join page on rev_page = page_id where rev_user_text = 'Stang' and page_namespace = 4 and page_title like '頁面存廢討論/記錄/%';
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.