字符串拼接
Posted bchange
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了字符串拼接相关的知识,希望对你有一定的参考价值。
select substr(t.short_name,0,3)|| ‘个体户‘ from up_merchant_info t where t.merc_num = ‘18030115384673‘;
update up_merchant_info t set t.short_name = (select substr(t.short_name,0,3)|| ‘个体户‘ from up_merchant_info t where t.merc_num = ‘180301153846731‘) where t.merc_num = ‘180301153846731‘
以上是关于字符串拼接的主要内容,如果未能解决你的问题,请参考以下文章