Is it possible to rename a table in Firebird?

Wel picture Wel · Sep 6, 2012 · Viewed 9.5k times · Source

Is it possible to rename a table in Firebird or I should create a new table and then move the data using insert?

Answer

Morten Christiansen picture Morten Christiansen · Oct 22, 2015

Apparently not.

You must either create a new table, copying over old values or create a view with the intended name which is identical to the original table.

See http://www.firebirdfaq.org/faq363/ for further details.