diff --git a/common/utils/src/main/resources/error/error-conditions.json b/common/utils/src/main/resources/error/error-conditions.json index 616a22b54ba72..f1012edd2de2d 100644 --- a/common/utils/src/main/resources/error/error-conditions.json +++ b/common/utils/src/main/resources/error/error-conditions.json @@ -3587,6 +3587,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" @@ -3733,6 +3743,12 @@ ], "sqlState" : "42K0L" }, + "LABEL_NAME_FORBIDDEN" : { + "message" : [ + "The label name