select p.page_title from revision r, page p where r.rev_parent_id =... |
6 months ago |
select * from revision r, page p where r.rev_parent_id = p.page_id and... |
6 months ago |
select * from revision r, page p where r.rev_parent_id = p.page_id order by... |
6 months ago |
select * from revision r, page p where r.rev_parent_id = p.page_id limit 5; |
6 months ago |
select * from revision where 1 limit 5; |
6 months ago |
select * from page where page_namespace=0 order by page_id desc limit 5; |
6 months ago |
select * from page where 1 order by page_id desc limit 5; |
6 months ago |
select * from page where 1 limit 5; |
6 months ago |
select * from page where 1 limit 5 desc; |
6 months ago |
select * from page where 1 limit 5; |
6 months ago |
select * from page where 1 limi 5; |
6 months ago |
show tables |
6 months ago |
show tables |
6 months ago |
show databases |
6 months ago |
show tables |
6 months ago |