Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Invalid handler declaration.
CONDITION_NOT_FOUND
Condition <condition> not found.
DUPLICATE_CONDITION_IN_HANDLER_DECLARATION
Found duplicate condition <condition> in the handler declaration. Ta bort en av dem.
DUPLICATE_SQLSTATE_IN_HANDLER_DECLARATION
Found duplicate sqlState <sqlState> in the handler declaration. Ta bort en av dem.
INVALID_CONDITION_COMBINATION
Invalid combination of conditions in the handler declaration. 
              SQLEXCEPTION and NOT FOUND cannot be used together with other condition/sqlstate values.
WRONG_PLACE_OF_DECLARATION
Handlers must be declared after variable/condition declaration, and before other statements.