meta data for this page
CREATE OR ALTER PROCEDURE
Available in: DSQL
Added in: 1.5
Description
If the procedure does not yet exist, it is created just as if CREATE PROCEDURE were used. If it already exists, it is altered and recompiled. Existing permissions and dependencies are preserved.
Syntax
Exactly the same as for CREATE PROCEDURE.