Insert Into table_1 (col_2, col_3) 
    Select col2,col3 from table_2 order by fldID;这里阿order by fldID ,select 出来根本就没有这类fldID这列怎么ORDER 呢?
就是错在这里了。