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
A smart kitten
.
Toggle Highlighting
SQL
select DATE_FORMAT(rc_timestamp, '%Y-%m-%d %H:%i:%s') as timestamp, rc_title from recentchanges_userindex inner join actor_recentchanges on rc_actor = actor_id inner join user on actor_user = user_id where rc_type = 3 and rc_log_type = 'newusers' and 3 in ( select ct_tag_id from change_tag where rc_logid = ct_log_id ) and user_editcount > 0 and rc_title regexp '^[A-Z0-9]*$' order by rc_timestamp desc limit 50;
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...