Want to enter negative values in input parameter in Db2 stored procedure, but it is not accepting negative values..
Please help..
Want to enter negative values in input parameter in Db2 stored procedure, but it is not accepting negative values..
Please help..
Use signed type or use other boolean variable to interpret a negative sign and type your value in unsigned formation.