Subject | Re: [firebird-support] create or alter table |
---|---|
Author | Lucas Franzen |
Post date | 2005-12-28T21:28:45Z |
Richard,
Richard Mace schrieb:
will DROP and CREATE the procedure.
Will fail if there are depenedencies.
CREATE OR ALTER PROCEDURE <proecure_name>
will create the procedure if it doesn't exits, otherwise will alter it.
Luc.
Richard Mace schrieb:
> Hi,RECREATE PROCEDURE <proecure_name>
>
> I know that there is a way of using ddl to "create or alter" a table,
> but it there a similar way of doing the same thing for stored
> procedures? Or do you just use create procedure and ignore any errors?
will DROP and CREATE the procedure.
Will fail if there are depenedencies.
CREATE OR ALTER PROCEDURE <proecure_name>
will create the procedure if it doesn't exits, otherwise will alter it.
Luc.