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
Chaduvari
.
Toggle Highlighting
SQL
USE tewiki_p; SELECT actor_name, count(actor_name) as uploads FROM image INNER JOIN page ON page_title = img_name AND page_namespace = 6 LEFT JOIN templatelinks ON tl_from = page_id AND tl_namespace = 10 AND tl_title = 'Deletion_template_tag' join actor on actor_id=img_actor WHERE tl_from IS NULL and img_actor=139 AND img_timestamp > UTC_TIMESTAMP() - INTERVAL 365 day AND img_timestamp < UTC_TIMESTAMP()
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...