Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Select between different ranges ?
Old 09-14-2006, 10:04 AM Select between different ranges ?
tomcat_fo's Avatar
Ultra Talker

Posts: 275
Trades: 0
I want to select ID's between to ranges, but it will only work if i drop the last BETWEEN part, but then i don't get all the ID's i need - hope someone can help

select * from bolkar where id BETWEEN 30 and 32, where id BETWEEN 36 and 38
tomcat_fo is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-14-2006, 12:21 PM Re: Select between different ranges ?
Extreme Talker

Posts: 246
Trades: 3
Instead of the comma, use OR.

Code:
select * from bolkar where id BETWEEN 30 and 32 OR id BETWEEN 36 and 38
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
CouponGuy is offline
Reply With Quote
View Public Profile
 
Old 09-14-2006, 03:45 PM Re: Select between different ranges ?
tomcat_fo's Avatar
Ultra Talker

Posts: 275
Trades: 0
Thanks that worked !

Last edited by tomcat_fo; 09-14-2006 at 03:46 PM..
tomcat_fo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Select between different ranges ?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29033 seconds with 12 queries