SELECT * FROM revision
WHERE rev_user_text = 'Slaporte'
AND rev_timestamp >=... |
7 years ago |
SELECT * FROM revision
WHERE rev_user_text = 'Slaporte'
AND rev_timestamp >... |
7 years ago |
SELECT * FROM revision
WHERE rev_user_text = 'Slaporte'
AND rev_timestamp >... |
7 years ago |
SELECT * FROM revision
WHERE rev_user_text = 'Slaporte'
AND rev_timestamp >... |
7 years ago |
select * from revision
where rev_user_text = 'Slaporte'; |
7 years ago |
select * from revisions
where rev_user_text = 'Slaporte'; |
7 years ago |