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
MarioGom
.
Toggle Highlighting
SQL
SELECT actor_id, user_name, MIN(rc_timestamp) FROM actor_recentchanges AS actor INNER JOIN user ON actor.actor_user = user.user_id INNER JOIN recentchanges_userindex AS recentchanges ON recentchanges.rc_actor = actor.actor_id WHERE TRUE AND user_registration > 20211201000000 -- new page creations AND rc_type = 1 AND rc_namespace = 0 GROUP BY actor_id, user_name
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...