Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
Invalid variable declaration.
NOT_ALLOWED_IN_SCOPE
Declaration of the variable <varName> is not allowed in this scope.
ONLY_AT_BEGINNING
Variable <varName> can only be declared at the beginning of the compound.
QUALIFIED_LOCAL_VARIABLE
The variable <varName> must be declared without a qualifier, as qualifiers are not allowed for local variable declarations.
REPLACE_LOCAL_VARIABLE
The variable <varName> does not support DECLARE OR REPLACE, as local variables cannot be replaced.