HI,
I have a procedure in that i am inserting data into local temporary table.
Some time i am getting inserted column value too long.
So I put exception handling like below
DECLARE MYCOND CONDITION FOR SQL_ERROR_CODE 274;
But this exception handling does not work while I am getting error with local temporary table.
Please help me.