This query is marked as a draft This query has been published by Steinsplitter.

SQL

AخA
 
use dewiki_p;
select CONCAT ("# [[", page_title, "]]")
FROM flaggedpage_pending
INNER JOIN page
 ON page_id = fpp_page_id
INNER JOIN revision
 ON page_latest = rev_id
WHERE rev_comment regexp "([Ww]ikilinks|[Ss]tyle)"
LIMIT 400;
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...