So the procedure processing the logic has an outermost check that will decide whether the rest of the body will execute or the procedure returns with no action taken.
因此,处理该逻辑的过程有一个最外层的检查,决定是执行主体的其余部分,还是不采取任何动作而返回。
2
Solution: Check the CREATE PROCEDURE statement and make sure you are passing the correct number of input and output parameters with proper data types.