Boolean
The value derived from the function is a Boolean value. This value can be True or False.
This table shows the commands and the related syntax used for the Boolean
data type:
Command | Syntax | Examples |
---|---|---|
Boolean String A Boolean string can be specified and the value must be defined by the format for the data type. |
Format: Logical: True/False/No Value Text: Yes/No/- (these values can be specified using the defined values Numeric: 2/1/0
|
|
Logical Expression Any logical expression can be used. |
It is recommended that you use the required brackets to make the interpretation unambiguous. |
If the column type is numeric and you require that value to be interpreted as a string, include double quotes in the expression. If the type is already a string, do not include quotes. |