diff --git a/common/utils/src/main/resources/error/error-conditions.json b/common/utils/src/main/resources/error/error-conditions.json index b9257cb56fa24..4dfe40e1349f6 100644 --- a/common/utils/src/main/resources/error/error-conditions.json +++ b/common/utils/src/main/resources/error/error-conditions.json @@ -3592,6 +3592,16 @@ "message" : [ "Variable can only be declared at the beginning of the compound." ] + }, + "QUALIFIED_LOCAL_VARIABLE" : { + "message" : [ + "The variable must be declared without a qualifier, as qualifiers are not allowed for local variable declarations." + ] + }, + "REPLACE_LOCAL_VARIABLE" : { + "message" : [ + "The variable does not support DECLARE OR REPLACE, as local variables cannot be replaced." + ] } }, "sqlState" : "42K0M" @@ -3738,6 +3748,12 @@ ], "sqlState" : "42K0L" }, + "LABEL_NAME_FORBIDDEN" : { + "message" : [ + "The label name