Subject create or alter table
Author Richard Mace
Hi,

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?

Thanks in advance

Richard