oos-utils
oos-utils copied to clipboard
Null aware equality comparison
Implements the following truth table where nulls are equal:
A B RESULT
---- ---- ------
NULL NULL TRUE
NULL 1 FALSE
1 1 TRUE
1 2 FALSE
Demonstration available in https://github.com/janihur/oos-utils-sandbox:
- oos_equal.pks
- oos_equal.pkb
- oos_equal_example.sql