Hello friends,
I m working with mysql and i think there is no range function.. so if you have any idea about range function in mysql then let me know..
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Aug 18, 2011, 2:38 AM
I think you are asking about How to select the values from a range of values.
As my understanding,
Ans:
SELECT name, age from Student where age BETWEEN 18 AND 22;
Jiteendra SampathiraoPosted Aug 18, 2011, 2:33 AM
so many functions are there in mysql to test the range.....
refer link
hope it help you.......