Subject | Re: [ib-support] CREATE OR REPLACE Oracle equivalent |
---|---|
Author | Martijn Tonies |
Post date | 2002-08-21T17:26:02Z |
Hi,
There is a RECREATE table/procedure - don't know about views - Have a go at
it.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
There is a RECREATE table/procedure - don't know about views - Have a go at
it.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> CREATE OR REPLACE VIEW XXXXXXX
>
> What is the equivalent for FB.