摘要:
CONCAT(str1,str2,…)返回来自于参数连结的字符串。如果任何参数是NULL,返回NULL。可以有超过2个的参数。一个数字参数被变换为等价的字符串形式。mysql> select CONCAT(‘My’, ‘S’, ‘QL’);concat函数可以把字符串链接起来。如:update goods set catid=concat(catid,’you want’) where ….. 阅读全文
posted @ 2013-03-25 10:29
hl0128
阅读(203)
评论(0)
推荐(0)

浙公网安备 33010602011771号