MySQL insert where 範例. create table a (i1 int, i2 int); insert into a(i1,i2) select 1,2 from dual; insert into a(i1,i2) select 1,2 from ...
確定! 回上一頁