使用触发器更新正在插入/更新的记录
如何将全名更新为使用触发器更新/插入的同一记录的名字和姓氏的组合?
How can I update a full name as the combination of the first name and last name of the same record which is being updated/inserted using a trigger?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管在这种情况下视图可能更合适
Though a view would probably be more appropriate in this case