Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invalid variable declaration.
Declaration of the variable <varName>
is not allowed in this scope.
Variable <varName>
can only be declared at the beginning of the compound.
The variable <varName>
must be declared without a qualifier, as qualifiers are not allowed for local variable declarations.
The variable <varName>
does not support DECLARE
OR REPLACE
, as local variables cannot be replaced.