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
.
Number of active registered users per year.
Toggle Highlighting
SQL
SELECT year, COUNT(DISTINCT rev_actor) FROM ( SELECT YEAR(rev_timestamp) AS year, rev_actor FROM revision_userindex AS revision INNER JOIN actor_revision AS actor ON revision.rev_actor = actor.actor_id WHERE TRUE AND actor_user IS NOT NULL AND rev_timestamp >= '20200101000000' ) AS q GROUP BY year ORDER BY year 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...