摘要:
各种showshow columns from my_student;show grants for root;show aviables;show processlist;show table status alter table my_class add id varchar(10);alter 阅读全文
摘要:
20180109-- 高级查询 select * from my_student; select * from my_int;select * from my_student,my_int; select * from (select * from my_student) as s; alter t 阅读全文