SQL
AخA
SELECT page_title,DATE_FORMAT(rev_timestamp, '%d/%m/%Y')
FROM page JOIN categorylinks ON page_id = cl_from
JOIN revision ON rev_page = page_id
AND rev_parent_id = 0
WHERE page_namespace = 108
AND cl_to = 'Pagine_SAL_75%'
and rev_timestamp < '2018-01-01 00:00:00'
ORDER BY rev_timestamp;
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.