相信很多朋友会出现这种报错,在mysql出现Not allowed to return a result set from a trigger
这一般是触发器创建错误,因为你的触发器没有使用,所以出现这种报错
本文主要探讨了在MySQL中遇到的Not allowed to return a result set from a trigger错误,并提供了可能的原因,即触发器创建时存在问题。
相信很多朋友会出现这种报错,在mysql出现Not allowed to return a result set from a trigger
这一般是触发器创建错误,因为你的触发器没有使用,所以出现这种报错
1157
1338
