![]() |
Trigger Error - ERROR 1415 (0A000): Not allowed to return a result set from a trigger
Hi,
I have created a trigger which is giving me an error "ERROR 1415 (0A000): Not allowed to return a result set from a trigger": Code:
CREATE TABLE t1(idencol INT AUTO_INCREMENT,DUMMYCOL INT NOT NULL, PRIMARY KEY(CLIDENTCOL));As I am newbie to MySQL not cleared about where it is indicating. |
Re: Trigger Error - ERROR 1415 (0A000): Not allowed to return a result set from a tri
I suggest you to check your trigger'snytax ,sometimes wrong triggers'spelling also can cause this error! And you'd better show tables related to the table t1 and t2!
|
| All times are GMT +5.5. The time now is 05:11. |