Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

nvl(numeric_column, -1)

The H2 nvl() function above returns will return -1 when numeric_column is null.

...