MySQL查询通过串联来更新字符串字段吗?
要连接字符串字段,请使用CONCAT()function。让我们首先创建一个表-
mysql> create table DemoTable -> ( -> SequenceId int NOT NULL AUTO_INCREMENT PRIMARY KEY, -> StudentId varchar(100) -> );
使用插入命令在表中插入一些记录-
mysql> insert into DemoTable(StudentId) values('STU');
mysql> insert into DemoTable(StudentId) values('STU1');使用select语句显示表中的所有记录-
mysql> select *from DemoTable;
输出结果
+------------+-----------+ | SequenceId | StudentId | +------------+-----------+ | 1 | STU | | 2 | STU1 | +------------+-----------+ 2 rows in set (0.00 sec)
这是通过串联来更新字符串字段的查询-
mysql> update DemoTable -> set StudentId=concat(StudentId,'-','101'); Rows matched: 2 Changed: 2 Warnings: 0
让我们再次从表中检查所有记录-
mysql> select *from DemoTable;
输出结果
+------------+-----------+ | SequenceId | StudentId | +------------+-----------+ | 1 | STU-101 | | 2 | STU1-101 | +------------+-----------+ 2 rows in set (0.00 sec)
热门推荐
10 9字祝福语简短创意
11 新婚祝福语致老师简短
12 升学了祝福语简短句
13 火把节祝福语简短
14 冬泳祝福语简短8字
15 公司最好的祝福语简短
16 圣诞祝福语大全简短星座
17 同事生日祝福语简短独特
18 生气蛋糕祝福语大全简短