CONCAT 将两个表达式结合为一个字符串。
CONCAT
VARCHAR2 | NVARCHAR2 | CLOB | NCLOB
CONCAT(char1, char2)
char1 和 char2 是文本表达式。
char1
char2
CONCAT('The current date is ', 'October 13, 2006') 返回字符串 The current date is October 13, 2006。
CONCAT('The current date is ', 'October 13, 2006')
The current date is October 13, 2006
检测浏览器版本的脚本不可用,因为此浏览器不支持 Javascript 或关闭了 Javascript 支持。
版权所有 © 2003,2007,Oracle。保留所有权利。