select rev_actor, page_id, page_title, rev_id, rev_timestamp
from page,... |
2 years ago |
select *
from actor, user
where actor_id=user_id and user_id=10959232
limit 10; |
2 years ago |
select *
from actor
limit 10; |
2 years ago |
select *
from user_newtalk
limit 10; |
2 years ago |
select *
from user_properties
limit 10; |
2 years ago |
select *
from user_properties
where user_id=10959232
limit 100; |
2 years ago |
select *
from user
where user_id=12154882
limit 100; |
2 years ago |
select *
from user
where user_id=10959232
limit 100; |
2 years ago |