Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SQL-Anweisungen zur Gestaltung und Verwaltung von Routinen

SQL-Anweisung

Funktion

CREATE PROCEDURE

erzeugt eine Prozedur

CREATE FUNCTION

erzeugt eine User Defined Function (UDF)

COMPOUND-Anweisung,
CASE, FOR, IF,
ITERATE, LEAVE,
LOOP, REPEAT, RETURN,
SET, WHILE

Kontrollanweisungen für eine Routine (in der CREATE
PROCEDURE- oder CREATE FUNCTION-Anweisung)

GET DIAGNOSTICS;
SIGNAL; RESIGNAL

Diagnoseanweisungen für eine Routine (in der CREATE
PROCEDURE- oder CREATE FUNCTION-Anweisung)

DROP PROCEDURE

löscht eine Prozedur

DROP Function

löscht eine User Defined Function (UDF)

Tabelle 23: SQL-Anweisungen zur Gestaltung und Verwaltung von Routinen