SQL
AخA
SELECT * FROM page, categorylinks
WHERE categorylinks.cl_to = 'All_stub_articles'
AND page.page_id = categorylinks.cl_from
AND categorylinks.cl_timestamp >= DATE_SUB(NOW(),
INTERVAL 2 HOUR)
ORDER BY categorylinks.cl_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.