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