开发者

MySQL Trigger With SELECT Statement

开发者 https://www.devze.com 2022-12-29 20:13 出处:网络
I want to make trigger that having SELECT Statement in it but that SELECT query returns more than one rows so, How can I handle that multiple rows in trigger and looping that rows in MySql开发者_如何转

I want to make trigger that having SELECT Statement in it but that SELECT query returns more than one rows so, How can I handle that multiple rows in trigger and looping that rows in MySql开发者_如何转开发?

Please Help me. :Jimit


It depends on exactly what you want to do with the results of the SELECT, but the most general approach would be to use a cursor.

0

精彩评论

暂无评论...
验证码 换一张
取 消