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
TheresNoTime-WMF
.
https://github.com/wikimedia/database-reports/blob/master/reports.py#L249
Toggle Highlighting
SQL
SELECT SQL_SMALL_RESULT CONCAT( '[[User:', user_name, '|', user_name, ']]' ) AS user_name, date_format( user_registration, '%Y-%m-%d %H-%i-%S' ), user_editcount FROM ( SELECT user_name, user_registration, user_editcount FROM user WHERE user_id IN ( SELECT DISTINCT actor_user FROM recentchanges, actor WHERE rc_timestamp > date_format( date_sub(NOW(), INTERVAL 30 DAY), '%Y%m%d%H%i%S' ) AND actor_user > 0 ) AND user_registration IS NOT NULL ORDER BY user_id LIMIT 250 ) AS InnerQuery ORDER BY user_registration LIMIT 200
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...