INSERT INTO (c1,c2,c3,c4,c5,c6) table
select a,b,c,d,e,f from table
?
INSERT INTO (c1,c2,c3,c4,c5,c6
select? ? ? ? a,b, c, d, e, f from table
實(shí)作用逗號(hào)上下自動(dòng)對(duì)齊