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
PantheraLeo1359531
.
Number of files and data in bytes of a category
Toggle Highlighting
SQL
SELECT COUNT(*) AS file_count, SUM(img.img_size) AS total_size_bytes FROM categorylinks AS cl JOIN page AS p ON cl.cl_from = p.page_id JOIN image AS img ON p.page_title = img.img_name WHERE cl.cl_to = 'Images_from_NOAA_uploaded_by_PantheraLeo1359531' /*and img_timestamp < 20250612235959*/ AND p.page_namespace = 6;
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...