Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> help with multiple BETWEEN statements
Can someone provide an assist with compound BETWEEN syntax?
I want to enforce the following:
SELECT A from table1 where rate = 'abc' and code between '0100' and '0199' and code between '4000' and '4499' and code between '7000' and '7999' and code between '9000' and '9499'etc, etc.
What is the proper syntax?
Thanks. Received on Sun Jan 12 2003 - 10:42:28 CST
![]() |
![]() |