Subject | Re: How can one rename a table in Firebird 3.0 |
---|---|
Author | |
Post date | 2017-07-13T09:08:29Z |
Hello Dimitry,
Does it mean that the old method is blocked in Firebird 3.0 and later? I was hoping that it was replaced then by a new DDL statement like in Oracle, MySQL, MariaDB, PostgreSQL and SQLite:
ALTER TABLE table_name RENAME TO new_table_name;
With kind regards,
Roy Damman
Does it mean that the old method is blocked in Firebird 3.0 and later? I was hoping that it was replaced then by a new DDL statement like in Oracle, MySQL, MariaDB, PostgreSQL and SQLite:
ALTER TABLE table_name RENAME TO new_table_name;
With kind regards,
Roy Damman