Fork of The first 10 article pages edit on fawiki by Huji
This query is marked as a draft This query has been published by Geraki.

SQL

AخA
 
use elwiki_p;
select ar_title, min(ar_timestamp) as first_edit
from archive
where ar_namespace = 0
group by ar_title
order by min(ar_timestamp)
limit 50
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...