sqlgg icon indicating copy to clipboard operation
sqlgg copied to clipboard

Null coalesce tests

Open jongleb opened this issue 1 year ago • 0 comments

This PR adds two tests to ensure proper handling of NULL values by the COALESCE function in various scenarios.

  • COALESCE correctly handles first not nullable argument.
  • COALESCE does not affect a field with a mandatory NOT NULL value.

jongleb avatar Dec 29 '23 11:12 jongleb