SQL
AخA
select *
from archive a
join pagelinks pl
on a.ar_page_id = pl.page_title
where a.ar_title = 'Mustelodon'
and a.ar_namespace = 0
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.
Query status: failed
Error
Unknown column 'pl.page_title' in 'on clause'