SQL語法基礎之insert

Insert語句用於插入數據到表中,其基本語法有以下三種 • Insert語句三種寫法的常規用法 • Insert into students5 values(1,’aaa’); • Insert into students5 set sid=2,sname=‘bbb’; • Insert into students5 select sid,sname from where sid=3; • 其中
相關文章
相關標籤/搜索