能干花卷

文章
5
资源
0
加入时间
3年0月21天

MySQL触发器中变量的使用

使用 select @user=user from t_users 句法是提示 Not allowed to return a result set from atrigger在储存过程中可以这样使用 但触发器中无法使用,需改变方式 为 select user,pwd into @user,@pwd from t_users