Hi,
I am sorting data in mysql and I want to put a value in top and the rest after that order by ascending or descending.
e.g.
I’ve 5 categories in my table.
I want to sort it…like.
3
1
2
4
5
Please let me know what mysql string I can use…
Thanks