show tables;
select * from user where user_name='Ankry'; |
3 years ago |
show tables; |
3 years ago |
select * from user where user_name='Ankry' limit 5; |
3 years ago |
select * from user limit 5; |
3 years ago |
select 693083 as 'pl',693200 as 'bn';select * from page where... |
3 years ago |
select 693083 as 'pl',693200 as 'bn';select * from page where page_namespace... |
3 years ago |
select 693083 as 'pl',693200 as 'bn',* from page where page_namespace = 104... |
3 years ago |
select 693083 as 'pl',count(*) from page where page_namespace = 104;
|
3 years ago |
select count(*) from page where page_namespace = 100;
|
3 years ago |
select count(*) from page where page_namespace = 102;
|
3 years ago |
select count(*) from page where page_namespace = 104;
|
3 years ago |
select count(*) from page where page_namespace = 104;
|
3 years ago |