insert into [Empty Table]select a,bfrom [Other Table]order by a
怎么使insert的数据按照select中已经order by 好的顺序插入新的空表中?
不懂你的意思,插入的字段不是你自己写的吗,和order by 排序没关系