ERROR | comparison of object with NULL using string is not allowed |
CAUSE | An object is compared with NULL using a relational operator. |
ACTION | Use IS NULL comparison operator. |
ERROR | comparison of object with NULL using string is not allowed |
CAUSE | An object is compared with NULL using a relational operator. |
ACTION | Use IS NULL comparison operator. |