增加字段长度会导致数据丢失吗?
如果我们增加字段宽度(例如将 varchar(7) 更改为 varchar(20))会导致数据丢失吗?
这是在 Firebird 1.5 数据库中完成的。
If we increase the field width (say varchar(7) to varchar(20)) will it result in data loss?
This is to be done in Firebird 1.5 database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不会,当您增加列的大小时,不会丢失数据。
当然,如果可能的话,您应该首先在生产数据库的副本上执行此操作,以确保您对结果感到满意。
No, as you are increasing the size of the column there will be no data loss.
Of course you should, if at all possible, first do this on a copy of your production database to ensure you are happy with the result.
如果您要增加大小,则不然:
减少始终是问题。
您应该考虑使用 FlameRobin 作为管理工具来管理依赖项并简化 FireBird 的使用。
Not if you are increasing the size:
Reducing is always the problem.
You should look at using FlameRobin as an administrative tool to manage dependencies and simplify working with FireBird.