BIP2936
Severity
20 : ErrorMessage
The routine (function or procedure) '<insert_0>' returned a value of type '<insert_1>' (or no value was returned at all) but is defined to return a value of type '<insert_2>'.Explanation
An exact match between the datatype of the value returned from the routine and the datatype specified on the routine declaration is required.Response
Examine and correct the SQL program