是否可以在Firebird中重命名表? [英] Is it possible to rename a table in Firebird?

查看:86
本文介绍了是否可以在Firebird中重命名表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在Firebird中重命名表,还是应该创建一个新表,然后使用插入来移动数据?

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

推荐答案

显然不是.

您必须创建一个新表,复制旧值,或者创建一个预期名称与原始表相同的视图.

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.

有关更多详细信息,请参见 http://www.firebirdfaq.org/faq363/.

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

这篇关于是否可以在Firebird中重命名表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆