How to get the records using order by and so on
- by paulrajj
I have a table categories containing categories id having the records of 1 to 20.
when i am doing the search query by using the IN function in mysql i got the results. but i am struggling to get the results using order by.
The limit may be vary for every search as this is one of the input value.
For example I have tried this query to find out…