SQL
AخA
SELECT DISTINCT page_id, page_title, rev_timestamp
FROM recentchanges, page, revision
WHERE
page_title='1277_(getal)' AND
page_id=rc_cur_id AND
page_id=rev_page AND
rev_parent_id=0 AND
UNIX_TIMESTAMP(NOW()-STR_TO_DATE(rev_timestamp,'%Y%m%d%H%i%s'))>86400
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.