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

SQL

x
 
#USE stop;
USE commonswiki_p;
SELECT CONCAT('# [[:File:', REPLACE(page_title,'_',' '), ']]') FROM page
WHERE page_namespace = 6
AND (page_title REGEXP '(강남포커스|강남풀사롱|강남풀살롱|강남풀싸롱|맛사|선릉풀싸롱|안마|야구장|업소|역삼풀싸롱|추천|풀코스|마사지|출장)'
OR page_title REGEXP '(^강|^부|^사|^선|^안|^업|^역|^의|^인|^잠).+[00oOÔöÖÕøØQʘΘὍӪ][11①❶iIltι][00oOÔöÖÕøØQʘΘὍӪ]')
AND page_title NOT LIKE '%2010%'
AND page_title NOT LIKE '%DSC%'
GROUP BY page_title
LIMIT 100;
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...