Skip to content

Commit

Permalink
Fix doctest
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 fb7cdc7 commit 9c63544
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docs/user/general/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,8 @@ A boolean can be represented by constant value ``TRUE`` or ``FALSE``. Besides, c
... true, FALSE,
... CAST('TRUE' AS boolean), CAST('false' AS boolean);
fetched rows / total rows = 1/1
+-----------+-----------------+
| 1 = 1.0 | 'True' = true |
|-----------+-----------------|
| True | True |
+-----------+-----------------+





+--------+---------+---------------------------+----------------------------+
| true | FALSE | CAST('TRUE' AS boolean) | CAST('false' AS boolean) |
|--------+---------+---------------------------+----------------------------|
| True | False | True | False |
+--------+---------+---------------------------+----------------------------+

0 comments on commit 9c63544

Please sign in to comment.