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
Zache
.
Toggle Highlighting
SQL
use fiwiki_p; select floor(COALESCE(fi_i.img_timestamp, c_i.img_timestamp)/10000000000) as d, count(distinct(il_to)) as il_c, count(distinct(COALESCE(fi_i.img_user_text, c_i.img_user_text))) as uc from page as p1, categorylinks as cl, imagelinks as il LEFT JOIN fiwiki_p.image as fi_i ON il_to=fi_i.img_name LEFT JOIN commonswiki_p.image as c_i ON c_i.img_name=il_to WHERE il_from=cl_from and p1.page_namespace=0 and p1.page_id=cl_from and cl_to = "Luettelot_Suomen_julkisista_taideteoksista_ja_muistomerkeistä" and (c_i.img_media_type != "DRAWING" or c_i.img_media_type IS NULL) group by d
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...