This page describes how to use NULL functions in Lenses SQL Processors.
Loading...
Loading...
Loading...
Loading...
Loading...
This page describes the COALESCE function in Lenses SQL.
Returns the first non-null expression in the expression list.
Available in:
Processors | SQL Studio |
---|---|
Sample code:
Output:
In case you want to know more about nullability scenarios, see here
.
✓
✓
This page describes the ISNOTNULL function in Lenses SQL.
Returns true if the input is not null; false otherwise.
Available in:
Processors | SQL Studio |
---|---|
Sample code:
Output:
This page describes the AS_NON_NULLABLE function in Lenses SQL.
Returns the provided value with its type changed from the original type to its non-nullable version.
Available in:
Processors | SQL Studio |
---|---|
using case:
Output:
In case you want to know more about nullability scenarios, see here
.
This page describes the ISNULL function in Lenses SQL.
Returns true if the input is null; false otherwise.
Available in:
Processors | SQL Studio |
---|---|
Sample code:
Output:
This page describes the AS_NULLABLE function in Lenses SQL.
Returns the provided value with its type changed from the original type to its nullable version.
Available in:
Processors | SQL Studio |
---|---|
Sample code:
Output:
In case you want to know more about nullability scenarios, see here
.
✓
✓
✓
✓
✓
✓
✓
✓