Mittwoch, 11. April 2018

On NULLs and empty strings

  • NULL on any side of = and <> makes the result FALSE. In comparisons this has to be taken into account, e. g. with IS NULL checks or NVL function calls.
  • Emtpy strings and NULLs are not the same. In comparisons this has to be taken into account, e. g. with IS NULL checks or NVL function calls.

Keine Kommentare:

Kommentar veröffentlichen