标签:支持 nbsp 别名 from 默认 bsp 查询语句 sel 多个
语法:
/* select 查询列表
from 表
【where 筛选条件】
order by 排序列表 【asc/desc】
*/
①asc为升序,desc为降序,且默认为升序
②order by子句可以支持单个字段、多个字段、表达式、函数、别名
③order by子句一般放在查询语句的最后面,limit子句除外
标签:支持 nbsp 别名 from 默认 bsp 查询语句 sel 多个
原文地址:https://www.cnblogs.com/algorithmpuppy/p/11963775.html