Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
expression || expression 数组连接(两个竖线)。如果其中某一数组为 NULL,则连接时将其视为长度为零的数组。
SQL/2008 || 运算符是 SQL/2008 连接运算符。然而,在 SQL 标准中,如果 || 的操作数之一为 NULL,则连接结果也为 NULL。而在 SQL Anywhere 中,|| 运算符将 NULL 视为长度为零的数组。
UNNEST 数组运算符