select * from revision, actor
where rev_actor = actor_id
and actor_name =... |
3 years ago |
select * from revision, user
where rev_user = user_id
and user_name = 'Vineword';
|
3 years ago |
select user_id from user where user_name = 'Vineword';
|
3 years ago |
select * from user where user_name = 'Vineword';
|
3 years ago |
select * from user where user_name = 'Vineword';
|
3 years ago |