select * from revision
join actor on rev_actor = actor_id
join comment on... |
3 years ago |
select * from comment limit 1; |
3 years ago |
select * from actor limit 1; |
3 years ago |
show tables; |
3 years ago |
select * from revision where rev_page = "397978" order by rev_timestamp desc; |
3 years ago |
select * from revision where rev_page = "397978"; |
3 years ago |
select * from revision where rev_page = "397978" limit 1; |
3 years ago |
select * from revision limit 1; |
3 years ago |
select * from page where page_title = "Irman_Gusman" limit 1; |
3 years ago |
select * from page limit 1; |
3 years ago |
select * from content limit 1; |
3 years ago |
show tables; |
3 years ago |