Skip to content

Commit

Permalink
Add more user manual
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed Jul 28, 2021
1 parent 8d32a55 commit fb7cdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/general/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Boolean Data Types
A boolean can be represented by constant value ``TRUE`` or ``FALSE``. Besides, certain string representation is also accepted by function with boolean input. For example, string 'true', 'TRUE', 'false', 'FALSE' are all valid representation and can be converted to boolean implicitly or explicitly::

os> SELECT
... true, FALSE
... true, FALSE,
... CAST('TRUE' AS boolean), CAST('false' AS boolean);
fetched rows / total rows = 1/1
+-----------+-----------------+
Expand Down

0 comments on commit fb7cdc7

Please sign in to comment.