Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Unblocked users with cursewords in their name
by
Lpeters4
This query is marked as a draft
This query has been published
by
Rahuljb
.
These might be non allowed user names
Toggle Highlighting
SQL
Use enwiki_p; SELECT CONCAT('*[[Gebruiker:', user_name, ']]') as showname, user_registration, user_editcount FROM `user` JOIN ipblocks 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 '[Hh][0o]mo' or user_name REGEXP '[Gg]ay' or user_name REGEXP '[Ss]ex' or user_name REGEXP '[Ss]eks' or user_name REGEXP '[Ll]esb' or user_name REGEXP '[Pp]enis' or user_name REGEXP '[Dd]ick' or user_name REGEXP '[Vv]agina' or user_name REGEXP '[kK]ut' or user_name REGEXP '[Ff][uao]ck' or user_name REGEXP '[Pp]edo' or user_name REGEXP '[Kk]urwa' or user_name REGEXP '[Kk]loot' or user_name REGEXP '[kK]ont' or user_name REGEXP '[Ss]tront' or user_name REGEXP '[Tt]yfus' or user_name REGEXP '[Ff]li[ck]ker' or user_name REGEXP '[Mm]ongool' or user_name REGEXP '[Mm]ogool' or user_name REGEXP '[Ll]o[sz]er' or user_name REGEXP '[Dd]ildo' or user_name REGEXP '[Hh]oer' or user_name REGEXP '[Ss]l[ue]t' or user_name REGEXP '[Tt]rut' or user_name REGEXP '[Tt]rol') AND NOT EXISTS ( SELECT ipb_address FROM ipblocks WHERE user_name=ipb_address ) GROUP BY showname Limit 10000;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...