View Single Post
  #8 (permalink)  
Old 05-12-04
MikkyX MikkyX is offline
Registered User
 
Join Date: Mar 2004
Location: UK
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
MikkyX is an unknown quantity at this point
You could also use:

Code:
SELECT * FROM store WHERE searchPrice BETWEEN 50 AND 100 ORDER BY searchPrice ASC
It's something like that anyway.
__________________
Michael Price
http://www.cyberscore.net/
Reply With Quote