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
Stwalkerster
.
Toggle Highlighting
SQL
select log_timestamp, log_user_text creator, log_title created, log_comment from logging l inner join ( select ug_user from user_groups where ug_group = 'eventcoordinator' union select ufg_user from user_former_groups where ufg_group = 'accountcreator' ) ug on l.log_user = ug.ug_user where l.log_type = 'newusers' and l.log_action not in ('autocreate', 'create', 'byemail') and l.log_user_text is not null and l.log_title is not null and l.log_timestamp > '20140101000000' and ( l.log_comment like '%A+F%' or l.log_comment like '%fem%' or l.log_comment like '%art%' ) ;
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...