Firebird Documentation Index → Firebird 1.5 Language Ref. Update → DDL statements → RECREATE PROCEDURE |
Available in: DSQL, ESQL
Added in: 1.0
Description: Creates or recreates a stored procedure. If a procedure with the same name already exists, RECREATE PROCEDURE will try to drop it and create a new procedure. RECREATE PROCEDURE will fail if the existing SP is in use.
Syntax: Exactly the same as CREATE PROCEDURE.
Firebird Documentation Index → Firebird 1.5 Language Ref. Update → DDL statements → RECREATE PROCEDURE |