Between with minus not working
Can someone please explain to me why below example does not work.
Thanks
SQL> select 1 from dual where -1 between 0 and -3;
no rows selected
0
Thanks
SQL> select 1 from dual where -1 between 0 and -3;
no rows selected