GAUSS-02331 -- GAUSS-02340
GAUSS-02331: "IS DISTINCT FROM does not support set arguments"
SQLSTATE: 42804
Description: Parameter sets cannot be used with the "is distinct from" SQL statement.
Solution: Check the correctness of the current statement.
GAUSS-02332: "op ANY/ALL (array) does not support set arguments"
SQLSTATE: 42804
Description: A parameter set cannot be returned to the ANY/ALL operator.
Solution: Ensure that the parameters sent to the ANY/ALL operator in the SQL statement is not a set.
GAUSS-02333: "cannot merge incompatible arrays"
SQLSTATE: 42804
Description: The types of the two matrices are different.
Solution: Ensure that the types of the two matrices in the SQL statement are same.
GAUSS-02334: "multidimensional arrays must have array expressions with matching dimensions"
SQLSTATE: 2202E
Description: Multi-dimensional arrays must be provided with dimension-matching expressions.
Solution: Check the input string.
GAUSS-02335: "unrecognized RowCompareType: %d"
SQLSTATE: XX004
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02337: "NULLIF does not support set arguments"
SQLSTATE: 42804
Description: A parameter set cannot be returned to the NULLIF operation.
Solution: Ensure that the parameters returned to the NULLIF operation in the SQL statement are not a set.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.