Fork of The first 500 Project: pages created on Wikidata which still exist by Quiddity (WMF)
This query is marked as a draft This query has been published by Quiddity (WMF).

SQL

AخA
 
select 
    CONCAT('Help:', page_title) AS page,
    min(rev_timestamp) as first_rev
from revision
join page
  on rev_page = page_id
  and page_namespace = 12
group by rev_page, page_title
order by min(rev_timestamp)
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...