在 Firebird 中,有一种方法可以在 INSERT 过程中自动更新重合行吗?
如果您正在运行一个查询,该查询从另一个表中插入一组新记录,则有一种方法可以强制更新目标表中的一致 pk 记录,而无需删除记录或将进程拆分为另外两个(插入新的和更新现有的)?
if you are running a query that inserts a new set of records in a table from other one, there is a way to force the update of the coincident pk record in the destination table, without deleting records or split the process in two others (insert new and update existing)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Firebird 2.1 中,您可以更新或插入
In Firebird 2.1, you can do Update or Insert