GAUSS-02831 -- GAUSS-02840
GAUSS-02831: “zero raised to a negative power is undefined”
SQLSTATE: 2201F
Description: Failed to calculate zero raised to the negative power.
Solution: Check whether the data input contains calculations of zero raised to the negative power.
GAUSS-02832: “a negative number raised to a non-integer power yields a complex result”
SQLSTATE: 2201F
Description:Internal system error.
Solution: Contact technical support. Alternatively, check the statement or data.
GAUSS-02833: “cannot convert NaN to integer”
SQLSTATE: 0A000
Description: Failed to convert the numeric NaN to the integer type.
Solution: Do not convert NaN to the integer type.
GAUSS-02834: “integer out of range”
SQLSTATE: 22003
Description: An integer type is out of range.
Solution: Check whether the integer type is out of range in the statement. Alternatively, convert the integer type to the numeric type.
GAUSS-02835: “cannot convert NaN to bigint”
SQLSTATE: 0A000
Description: Failed to convert the numeric NaN to the bigint type.
Solution: Do not convert NaN to the bigint type.
GAUSS-02836: “bigint out of range”
SQLSTATE: 22003
Description: A bigint type is out of range.
Solution: Check whether the bigint type is out of range in the statement. Alternatively, convert the bigint type to the numeric type.
GAUSS-02837: “cannot convert NaN to smallint”
SQLSTATE: 0A000
Description: A conversion error occurs.
Solution: Check the original data.
GAUSS-02838: “smallint out of range”
SQLSTATE: 22003
Description: Data is out of range.
Solution: Contact technical support. Alternatively, check the statement or data.
GAUSS-02839: “cannot convert NaN to tinyint”
SQLSTATE: 0A000
Description: A conversion error occurs.
Solution: Check the original data.
GAUSS-02840: “tinyint out of range”
SQLSTATE: 22003
Description: Data is out of range.
Solution: Check the original data volume.