我是靠谱客的博主 粗暴过客,最近开发中收集的这篇文章主要介绍mysql 条件触发器_具有条件的MySQL更新触发器(MySQL Update Trigger with Conditions),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

具有条件的MySQL更新触发器(MySQL Update Trigger with Conditions)

我有一个PHP应用程序,通过TEST15将'Pass','Fail'或'NA'插入到字段TEST1,TEST2,TEST3 ......中。

我有一个名为OVERALL的字段,如果任何TEST1-TEST15字段包含'Fail',则需要使用'FAIL'自动更新。

我很确定我需要使用包含更新语句和CASE或IF的触发器,但我无法确定确切的语法。

任何人都可以帮助MySQL菜鸟吗? 我正在使用MySQL Server版本:5.1.63-0 + squeeze1(Debian)。

I have a PHP app that inserts 'Pass', 'Fail' or 'NA' into fields TEST1, TEST2, TEST3... through TEST15.

I have a field called OVERALL that needs to be automatically updated with 'FAIL' if any of the TEST1-TEST15 fields contains 'Fail'.

I'm pretty sure I need to use a trigger containing the update statement and either CASE or IF, but I haven't been able to nail down the exact syntax.

Can anyone please help a MySQL noob? I'm using MySQL S

最后

以上就是粗暴过客为你收集整理的mysql 条件触发器_具有条件的MySQL更新触发器(MySQL Update Trigger with Conditions)的全部内容,希望文章能够帮你解决mysql 条件触发器_具有条件的MySQL更新触发器(MySQL Update Trigger with Conditions)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(45)

评论列表共有 0 条评论

立即
投稿
返回
顶部