Hi all,
I’m looking for a solution which can provide ‘error handling’ when I’m for example trying to cast ‘abcd’ as date. I know that in MS SQL Server there is such a solution (function TRY_CAST) but I can’t find nothing about that in DB2.
Can anybody help me?