MySQL學習筆記(12)——INSERT三種插入記錄的方法

INSERT三種插入記錄的方法 1. INSERT [INTO] table_name [(column_name,…)] VALUES ({exprDEFAULT},…),(…),…; 2. INSERT [INTO] tb_name SET col_name{expr | DEFAULT},… 3. INSERT[INTO] table_name [(column_name,….)] SELE
相關文章
相關標籤/搜索