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 commonswiki_p; SELECT CONCAT('# [Special:Contributions/', REPLACE(user_name,'_',' '), ']]') AS hits FROM commonswiki_p.user WHERE user_registration LIKE '201609%' AND user_editcount = 1 AND LENGTH(user_name) > 6 AND NOT EXISTS (SELECT 1 FROM page WHERE page_title = user_name AND page_namespace = 2) AND user_name REGEXP '^[a-z]+' LIMIT 20;
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...