SQL
AخA
SELECT actor_name, archive.*
FROM archive
LEFT JOIN actor_archive ON actor_id = ar_actor
WHERE ar_namespace = 0 AND ar_title = 'Welsh_crown_jewels'
ORDER BY ar_timestamp DESC;
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.