MySQL常用命令介紹

1.show databases;   輸出所有數據庫 2.use test;(你選擇的數據庫); 3.show tables;       4.show tables in mysql; 5.select database();             6.create table stuinfo( id int, name varchar(20)); 7.desc stuinfo; 8.INS
相關文章
相關標籤/搜索