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
MGA73
.
Toggle Highlighting
SQL
USE hiwiki_p; SELECT CONCAT("# [[:File:", hiwiki_p.image.img_name, "]]") AS Wiki_name, CONCAT("[[:File:", commonswiki_p.image.img_name, "]]") AS Commons_name, commonswiki_p.image.img_timestamp AS Com_time, hiwiki_p.logging.log_timestamp AS Wiki_log_time, hiwiki_p.logging.log_type AS Wiki_log_type FROM hiwiki_p.image JOIN commonswiki_p.image ON commonswiki_p.image.img_sha1 = hiwiki_p.image.img_sha1 LEFT JOIN hiwiki_p.logging ON hiwiki_p.logging.log_title = hiwiki_p.image.img_name GROUP BY hiwiki_p.image.img_name ASC;
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...