Query | Run |
---|---|
SELECT actor_name AS user_name, MIN(rev_timestamp) AS first_edit FROM... | 3 months ago |
SELECT user.user_name, MIN(revision.rev_timestamp) AS... | 3 months ago |
SELECT user.user_name, MIN(revision.rev_timestamp) AS... | 3 months ago |
SELECT user.user_name, MIN(revision.rev_timestamp) AS... | 3 months ago |
SELECT user_name, MIN(rev_timestamp) AS first_edit FROM... | 3 months ago |