Hello,
I am struggling with the fact that my subquery returns null and the update failes.
Altough compiling does not throw an error, using that script in my client applicatio
gives me ORA...cannot update to NULL or something (sorry, not have the error code available right now).
I tried it with the nvl function and a SELCT CASE...WHEN..THEN but both did not help.
It would be great if someone has an idea.
Thanks a lot
here is the code
I noticed that oracle treats empty string '' as null thats why I introduced the dummy keyword 'empty'