I think SQL is correct.
The. problem is caused by INSERT or UPDATE
- for UPDATE NVL takes an existing field from a record and handles NULL
- for INSERT there is just no existing record to take a field from
NVL() is not a synonym for $GET() we know from ObjectScript
- Log in to post comments