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)
热门推荐
7 短祝福语简短暖心
10 生日贺卡祝福语 简短独特
11 新年祝福语长篇文案简短
12 虎年公司祝福语简短的
13 家长祝福语大全简短内容
14 长辈生日祝福语简短女性
15 祝老婆生日祝福语简短
16 简短的出行工作祝福语
17 新生祝福语简短8字
18 大学报道祝福语简短