SQL
x
Use nlwiki_p;
select CONCAT('*[[Gebruiker:', user_name, ']]') from user
where (user_name REGEXP '[Pp]orno'
or user_name REGEXP '[Pp]oep'
or user_name REGEXP '[Kk]ak'
or user_name REGEXP '[Kk]anker'
or user_name REGEXP '[Ll]ul'
or user_name REGEXP '[Pp]ies'
or user_name REGEXP '[Nn]euk'
or user_name REGEXP ' [Tt]ering'
or user_name REGEXP '[Bb]itch'
or user_name REGEXP '[Dd]rol'
or user_name REGEXP '[Ss]hit')
group by user_name
Limit 500;
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.