Ksql: Add NULLIF function

Created on 3 Nov 2020  路  1Comment  路  Source: confluentinc/ksql

It would be useful if ksqlDB had a NULLIF function, as common across SQL in other platforms.

Example from postgres:

NULLIF(value1, value2)
_The NULLIF function returns NULL if and only if value1 and value2 are equal. Otherwise it returns value1._

enhancement good first issue user-defined-functions

Most helpful comment

Hi, just raised a PR on this one, happy to be assigned. Thanks!

>All comments

Hi, just raised a PR on this one, happy to be assigned. Thanks!

Was this page helpful?
0 / 5 - 0 ratings