本文介绍了需要帮助来创建存储过程或触发器来比较日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 嗨 我有一个名为UserInfo的表,其中包含一列endVipDate和VIP。列endVipDate将存储更多日期,例如27/1/2016所以我想创建一个触发器或存储过程来每天检查endVipDate中的日期是否与今天匹配,然后将值更改为VIP为Null或NO。那么有人可以帮我这个。 请查看这个可以解释更多关于问题的视频解决方案 Hi I have a table called "UserInfo" which contain a column "endVipDate" and "VIP". The column endVipDate will store further date for example 27/1/2016 so i want to create a trigger or stored procedure to check daily if the date into endVipDate is match today date then change the value into VIP to Null or NO. So can some one help me with this please.Please check this clip that can explain more about the issue 解决方案 这篇关于需要帮助来创建存储过程或触发器来比较日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-23 07:04