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
实现用逗号上下自动对齐