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
Muhammed taha
.
Toggle Highlighting
SQL
SELECT CONCAT( '[[User:',user_name,'|',user_name,']]' ) AS user_name, date_format(user_registration, '%Y-%m-%d %H-%i-%S') AS user_registration, user_editcount FROM ( SELECT user_name, user_registration, user_editcount FROM user WHERE user_id IN ( SELECT DISTINCT actor_user FROM recentchanges_userindex JOIN actor_recentchanges ON actor_id = rc_actor WHERE rc_timestamp > date_format( date_sub(NOW(), INTERVAL 30 DAY), '%Y%m%d%H%i%S' ) AND actor_user > 0 AND rc_bot = 0 ) AND user_registration IS NOT NULL ORDER BY user_id LIMIT 100 ) AS InnerQuery WHERE user_editcount > 0 ORDER BY user_registration LIMIT 300
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...