xudong963 commented on issue #1196:
URL:
https://github.com/apache/arrow-datafusion/issues/1196#issuecomment-953981327
FYI, I try it in Postgres.
```shell
postgres=# select 1 between 5 and 10 as my_expr;
my_expr
---------
f
(1 row)
postgres=# select 6 between 5 and 10 as my_expr;
my_expr
---------
t
(1 row)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]