MySQL學習筆記(6)--高級數據操做

·新增數據 ·多數據插入 insert into 表名 [(字段列表)] values (值),(值),(值); ·主鍵衝突 create table my_student( stu_id varchar(10) primary key, stu_name varchar(10) not null ); insert into my_student values('stu0001'
相關文章
相關標籤/搜索