Subject Re: [firebird-support] What is the RECREATE TABLE advantage ?
Author Dmitry Yemanov
KIMURA, Meiji wrote:
>
> Firebird support SQL statement 'RECREATE TABLE' from version 1.x.
> What is the RECREATE TABLE advantage compare to DROP TABLE and CREATE TABLE.
> I think there is some reason to support RECREATE TABLE, but I cannot find the reason.

RECREATE doesn't throw an error if the object doesn't exist. This is the
major difference.


Dmitry