Subject Re: [firebird-support] Renaming tables in Firebird
Author Milan Babuskov
Bert_Herngreen wrote:
> What is the reason that renaming tables in Firebird is not possible by
> a (single) statement like 'ALTER TABLE X RENAME TO Y'. Does it have a
> technical reason and would it be hard to implement in the engine?

A tip: if you really need to call it differently for whatever reason,
you can easily create a view which would work as an alias, something like:

CREATE VIEW Y
AS
SELECT * FROM X;

--
Milan Babuskov
http://njam.sourceforge.net
http://www.flamerobin.org