Subject | Re: [firebird-support] How can one rename a table in Firebird 3.0 |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2017-07-12T18:00:34Z |
12.07.2017 18:13, damman@... [firebird-support] wrote:
--
WBR, SD.
> my question is does someone know a method in Firebird 3.0.CREATE VIEW new_name AS SELECT * FROM old_name
--
WBR, SD.