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
Achim55
.
Edits of new users filtered specially
Toggle Highlighting
SQL
#USE stop; USE commonswiki_p; SET @start = 20180703000000; SET @end = 20180706000000; SELECT CONCAT('* [[:File:', REPLACE (rc_title,'_',' '), ']]') AS fname FROM recentchanges INNER JOIN .user ON user_id = rc_user WHERE rc_namespace = 6 AND (rc_timestamp BETWEEN @start AND @end) AND user_registration > @start AND user_editcount < 5 AND LENGTH(user_name) > 5 AND user_name REGEXP '^[A-Z]' GROUP BY fname LIMIT 2000;
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...