BOOL data type
DDL Syntax
BOOL
Arguments
Argument | Description |
---|---|
BOOL | The BOOL type stores simple Boolean (true/false) values and is used for simple query filtering. |
Additional information
Use this table to determine how integer and string values are represented when added to a Boolean column.
data | value | bool |
---|---|---|
integer | 0 | 0 |
integer > 0 | 1 | 1 |
string | empty, 0 , f , false |
0 |
string | other string values | 1 |
© 2022 Molecula Corp. (DBA FeatureBase). All rights reserved.