its easier selecting a row whose value is between given number. But I m having no luck to figure out this-
I have a table in which there are two fields min_age and max_age. How to return all rows when given value lies between min_age and max_age
P.S. I m still a newbie in sql, please forgive me if this sounds too silly.
Thanks
That ought to do it. Of course, I used 35. You can use any other value instead.