SQL
x
use jawiki_p;
select *
/*
from revision_userindex
inner join page on rev_page = page_id
where
rev_user_text = "ネイ" and
page_title regexp "削除依頼\/.+"
*/
from page
inner join revision_userindex on page_id = rev_page
where
rev_user_text = "ネイ" and
page_title regexp "削除依頼\/.+"
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.