Mysql中concat()函数

2019-07-30  本文已影响0人  ml66

Mysql中concat()函数

1、功能:将多个字符串连接成一个字符串。

2、语法:concat(str1, str2,...)

返回结果为连接参数产生的字符串,如果有任何一个参数为null,则返回值为null。

3、举例:

例1:select concat (id, name, score) as info from tt2;

上一篇下一篇

猜你喜欢

热点阅读