Fork of whatever I can fetch about pages for CEES stat by Base
This query is marked as a draft This query has been published by Base.

SQL

x
 
select page_id, page_title, ips_item_id, page_namespace
from wikidatawiki_p.wb_items_per_site d
join ukwiki_p.page  p
on p.page_title = d.ips_site_page
where ips_site_id = "ukwiki"
order by page_namespace desc
limit 500
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...