How to throw an error in MySql procedure?

后端 未结 2 713
生来不讨喜
生来不讨喜 2020-12-20 13:35

What is the mechanism to force the MySQL to throw an error within the stored procedure?

I have a procedure which call s another function:

PREPARE my_         


        
2条回答
提交回复
热议问题