SQL ORDER BY多列

SQL对多个列进行排序 让我们以包含许多列的customer表为例,以下SQL语句从“ counter”和“ …

SQL对多个列进行排序

让我们以包含许多列的customer表为例,以下SQL语句从“ counter”和“ Customer-Name”列存储的名为“ customer”的表中选择所有客户:

SELECT * FROM customers
ORDER BY country, Customer-Name;

类别:MySQL

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册