请问下有没有SQL语句可以排列编号的顺序?
SELECT * FROM 表 order by 编号
"SELECT * FROM 表 order by 编号;"或者反序:"SELECT * FROM 表 order by 编号 desc;"