select * from text
-- where rev_id
-- in (select rev_id from revision
-- ... |
2 years ago |
select * from revision
where rev_deleted="1"
limit 100; |
2 years ago |
select * from revision
where rev_deleted="1"
limit 100; |
2 years ago |
select * from revision
where rev_deleted is "1"
limit 100; |
2 years ago |
select * from revision
where rev_deleted is 1 |
2 years ago |
select * from revision
where rev_deleted is 1
limit 100; |
2 years ago |
select * from revision
limit 100; |
2 years ago |
show tables; |
2 years ago |
show tables; |
2 years ago |
show tables; |
2 years ago |
list tables |
2 years ago |
list tables |
2 years ago |
list tables;
|
2 years ago |
list tables
limit 50; |
2 years ago |
select * from revisions
limit 50; |
2 years ago |
select * from ipblocks
limit 50; |
2 years ago |
select * from ipblocks
limit 500; |
2 years ago |
show tables; |
2 years ago |
select * from users |
2 years ago |
select * from users |
2 years ago |