You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/22 02:43:25 UTC

[GitHub] [incubator-doris] chaoyli edited a comment on issue #4426: Wrong answer of boolean type

chaoyli edited a comment on issue #4426:
URL: https://github.com/apache/incubator-doris/issues/4426#issuecomment-678583028


   ```
   INSERT INTO t1 VALUES (true), (false);
   ```
   
   ```
   select c0 from t1 where c0 = 0;
   +------+
   | c0   |
   +------+
   |    0 |
   +------+
   ```
   
   ```
   SELECT c0 FROM t1 where c0 = false;
   Empty set (0.00 sec)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org