MySQL ORDER BY字母(不是数字)用于包含带有数字的字符串值的列值,例如“ 456 John Smith”
要按字母顺序订购,请使用ORDERBYSUBSTRING()。让我们首先创建一个表-
mysql> create table DemoTable ( Id varchar(100) );
使用插入命令在表中插入一些记录-
mysql> insert into DemoTable values('456 John Smith');
mysql> insert into DemoTable values('897 Adam Smith');
mysql> insert into DemoTable values('1009 Bob Smith');使用select语句显示表中的所有记录-
mysql> select *from DemoTable;
这将产生以下输出-
+----------------+ | Id | +----------------+ | 456 John Smith | | 897 Adam Smith | | 1009 Bob Smith | +----------------+ 3 rows in set (0.00 sec)
以下是对ORDERBY字母的查询-
mysql> select *from DemoTable order by SUBSTRING(Id,LOCATE(' ', Id));这将产生以下输出-
+----------------+ | Id | +----------------+ | 897 Adam Smith | | 1009 Bob Smith | | 456 John Smith | +----------------+ 3 rows in set (0.05 sec)
热门推荐
10 六一祝福语简短网名
11 祝福语简短独特教官
12 新年祝福语简短小猪
13 写给宝宝新年祝福语简短
14 同学贺卡励志祝福语简短
15 恭喜生孩子祝福语简短
16 蛋糕开学祝福语 简短独特
17 情侣520的祝福语简短
18 英文节日祝福语简短唯美