[转]order by 1是什么意思?

ORDER BY 1 表示 所select 的字段按第一个字段排序 
ORDER BY ASC应该没有这样写法,ORDER BY 后面不是字段就是数字, 
可以ORDER BY 1 ASC 或者ORDER BY COL1 ASC 

ASC表示按升序排序,DESC表示按降序排序

 

来源:http://doudouweed.blog.sohu.com/120271609.html

转载于:https://www.cnblogs.com/seasons1987/p/3145837.html

你可能感兴趣的:([转]order by 1是什么意思?)