Subject | Re: [firebird-support] Drop meta data statements |
---|---|
Author | Helen Borrie |
Post date | 2005-01-19T02:39:08Z |
At 03:01 PM 19/01/2005 +1300, you wrote:
DROP CONSTRAINT <constraint-name>
But it won't work if the constraint has other constraints depending on it,
e.g. a PH has foreign keys pointing to it.
Have you thought about bookmarking a standard SQL reference?
./hb
>Hi,ALTER TABLE
>
>Is it possible to create the following statements with IB EXPERT (or any
>other admin tools)
>
>drop referential integrety constraints.
DROP CONSTRAINT <constraint-name>
But it won't work if the constraint has other constraints depending on it,
e.g. a PH has foreign keys pointing to it.
>drop proceduresDROP PROCEDURE <procedure-name>
>drop generatorsDROP GENERATOR <generator-name> (Firebird only)
>drop triggersDROP TRIGGER <trigger-name>
Have you thought about bookmarking a standard SQL reference?
./hb