IsEmpty
IsEmpty Function
Returns True if column contains empty value (does not include nulls) or False if not.
Syntax
IsEmpty(scalar Column)
Arguments
| Argument | Description |
|---|---|
scalar Column | Column to determine if there is any empty value (does not include nulls) |
Examples:
IsEmpty([FusionTestTable.VarcharColumn])
Returns True if the record in the varcharcolumn is empty, or False if not.