I have four rows in DB table. I would like them to order by but in the below order
id
5
8
6
7
How do I go for this?
I can’t take another column and set order there because DB table is not my custom table it is provided by the CMS plugin. So changing the structure of table is not a good idea.
Try this,