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 MySQL 2023-05-10 38 点赞 0 评论 57 浏览