Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Share of images uploaded by non-autoconfirmed users (huwiki, filtered)
by
Tgr
This query is marked as a draft
This query has been published
by
Tgr
.
Toggle Highlighting
SQL
use huwiki_p; SELECT CONCAT('[[User:',img_user_text, '|]]') user, user_editcount `current editcount`, CONCAT('[[:File:', img_name, '|]]') image_link, str_to_date(substr(img_timestamp, 1, 8), '%Y%m%d') `upload date` FROM image JOIN user ON img_user = user_id AND user_id != 0 WHERE str_to_date(substr(img_timestamp, 1, 8), '%Y%m%d') <= str_to_date(substr(user_registration, 1, 8), '%Y%m%d') + INTERVAL 4 DAY ORDER BY img_timestamp DESC LIMIT 100 ;
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...