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
Bri
.
Toggle Highlighting
SQL
select log_title as "User name", log_timestamp as "Created", actor_user as "User ID" from logging, actor, user where log_type='newusers' and log_actor = actor_id and actor_user = user_id and log_timestamp > '202403141200' and log_timestamp < '202403142200' and log_title REGEXP '^[A-Z][a-z]+$' #and actor_user in (select distinct rev_actor from revision where rev_timestamp > log_timestamp) and user_editcount > 0 order by log_timestamp desc limit 1000;
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...