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
Matěj Suchánek
.
Toggle Highlighting
SQL
USE commonswiki_p; /*SELECT * FROM (SELECT * FROM categorylinks WHERE cl_to LIKE 'IMO&_%' ESCAPE '&' AND cl_type = 'subcat') AS categ JOIN page AS page_categ ON page_categ.page_id = categ.cl_from JOIN categorylinks AS files ON files.cl_to = page_categ.page_title JOIN page AS page_files ON page_files.page_id = files.cl_from JOIN globalimagelinks ON gil_to = page_files.page_title JOIN wikidatawiki_p.wb_items_per_site ON ips_site_id = gil_wiki AND ips_site_id WHERE files.cl_type = 'file' AND gil_wiki = 'wikidatawiki' LIMIT 1;*/ DESCRIBE wikidatawiki_p.wb_items_per_site;
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...