concat()函数

  --用于将两个字符串连接起来,形成一个单一的字符串

  --SELECT CONCAT('FIRST ', 'SECOND') as a;sql server  concat()函数

相关文章: