oracle只能传2个参数-concat(值1,值2)拼字符串
concat(值1,值2)
name := concat('a','b');name最后为 ab
concat(值1,值2) oracle 只允许2个参数
意思是 把值1和值2 拼成一个字符串。