字符串拼接

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‘

以上是关于字符串拼接的主要内容,如果未能解决你的问题,请参考以下文章

R语言 字符串拼接

Python字符串拼接(包含字符串拼接数字)

【c#】字符串的拼接

变量可以和字符串进行拼接吗

javascript中字符串和数字怎么拼接

sql查询字符串拼接