240 发简信
IP属地:重庆
  • mysql concat 连接字符串函数

    concat函数 使用方法:CONCAT(str1,str2,…) 连接参数产生的字符串,如果有任何一个参数为null,则返回null. +-----------------...