use knwiki_p;
select user_id, user_name, user_editcount from user where... |
9 years ago |
Show databases like '%kn%'; |
9 years ago |
Show databases; |
9 years ago |
USE knwiki_p;
select * from user where user_id < 10;
|
9 years ago |
USE knwiki_p;
show tables;
Desc user;
|
9 years ago |
USE knwiki_p;
show tables;
|
9 years ago |
USE knwiki_p;
show tables:
|
9 years ago |
USE knwiki_p;
Select Count(*) from page where page_namespace = 0 and... |
9 years ago |
USE knwiki_p;
Select Count(*) from page where page_namespace = 0 and... |
9 years ago |
USE knwiki_p;
Select Count(*) from page where page_namespace = 0; |
9 years ago |
USE knwiki_p;
Show Tables; |
9 years ago |