一次插入多條數據

方法一: insert into Score( studentId,english,math ) select 1,80,100 union select 1,80,100 union select 3,50,59 union all select 4,66,89 union select 5,59,100 此處若是用 union all 一樣會去除重複數據。 方法二: 把現有表的數據插入到新表(
相關文章
相關標籤/搜索