Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Chlod
.
Toggle Highlighting
SQL
SELECT `user_name` AS `Name`, IF(ipb_sitewide = 1, "Y", NULL) as `Currently Blocked`, DATE_FORMAT(`user_registration`, '%Y-%m-%d %H:%i:%s') AS `Registration`, `user_editcount` AS `Edit Count` FROM `user` LEFT JOIN ipblocks ON user_id = ipb_user WHERE LCASE(CONVERT(`user_name` USING utf8)) LIKE '%cyclon%' -- Also captures word combinations (no "e") OR LCASE(CONVERT(`user_name` USING utf8)) LIKE '%hurrican%' OR LCASE(CONVERT(`user_name` USING utf8)) LIKE '%typhoon%' ORDER BY `user_registration` DESC
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...