SELECT
actor_name AS editor,
comment_text AS edit_summary,
... |
2 months ago |
SELECT
actor_name AS editor,
comment_text AS edit_summary,
... |
2 months ago |
SELECT
actor_name AS editor,
comment_text AS edit_summary,
... |
2 months ago |
SELECT
actor_name AS editor,
comment_text AS edit_summary,
... |
2 months ago |
SELECT actor_name AS editor, comment_text AS edit_summary,... |
2 months ago |
SELECT rev_user_text, rev_comment, rev_timestamp
FROM revision
LEFT JOIN... |
2 months ago |