Subject How to get last error message in procedure
Author kimon_the_athenian2
Hi

I want to catch any exception in a stored procedure, then concatenate
the error message with additional info and then raise exception with
more info. How to get error message of last exception?

Aivar