How to mention a range in WHERE clause of a query. i.e for example: if i have a table with two columns
1.name
2.experience
and now if a want all the names of people who have experience from 5 yrs to 10 yrs . what should i do. how do i write a query in android for this?
Use BETWEEN clause in SELECT Query..