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
Fæ
.
Toggle Highlighting
SQL
SELECT DISTINCT log_title AS Image, DATE_FORMAT(log_timestamp, "%Y-%m-%d" ) AS Date, COUNT(*) AS "Wikidata use", log_comment AS Comment FROM commonswiki_p.logging_logindex INNER JOIN commonswiki_p.globalimagelinks ON log_title = gil_to AND gil_wiki = 'wikidatawiki' LEFT OUTER JOIN commonswiki_p.image ON img_name = log_title WHERE log_type = 'upload' AND log_action = 'overwrite' AND 3601 = img_user GROUP BY log_timestamp, log_title ORDER BY log_timestamp DESC;
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...