Valid SQL Operands
The following operands are valid for SQL statements used in State Form File Generation. This is also applicable to SQL in Widget Definition and Form Definition.
| Operation | Operand |
|---|---|
| Less than/Equal to | <= |
| Less than | < |
| Equal to | = |
| Not Equal To | != |
| Greater than/Equal to | >= |
| Greater than | > |
| And | & |
| Or | \ |
| Does not have a value | IS NULL |
| Has a value | IS NOT NULL |
| Contains a value (multi-select dictionaries) |
CONTAINS(field1, field2, delimiter)
|
| Contains multiple values |
IN (field1, field2, field3,etc...)
|
| Contains certain characters |
LIKE 'text'
|
| Entity List Inclusion/Exclusion |
Entity Lists can be used in the Table Elements Grid 'Additional SQL Conditions' for associated tables
|
