SQL
x
USE plwiki_p;
SELECT CONCAT("[[",p.page_title,"]]") as strona, r.rev_timestamp as ostatnia_zmiana
FROM page pt, page p, revision r, categorylinks cl
WHERE
pt.page_id = cl.cl_from AND p.page_title = pt.page_title AND p.page_namespace = 0 AND r.rev_id = p.page_latest AND
cl.cl_to = 'Wikiprojekt_Piłka_nożna_–_hasła_o_piłkarzach'
ORDER BY rev_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.