- 顯示所有的數(shù)據(jù)庫
show databases;
- 使用某一個數(shù)據(jù)庫
use mysql; // 使用數(shù)據(jù)庫名為mysql的數(shù)據(jù)庫
- 插入語句
insert into table_name (platform,employee_id) values ('employee',85);
未完待續(xù)霞玄。仲翎。贰盗。
show databases;
use mysql; // 使用數(shù)據(jù)庫名為mysql的數(shù)據(jù)庫
insert into table_name (platform,employee_id) values ('employee',85);
未完待續(xù)霞玄。仲翎。贰盗。