MySQL Tutorial – Seeking records in a predefined order
November 9th, 2007
No comments
You can use this tutorial in various projects where the requirement is to sequence the records based on the order that has already been predefined.
Imagine having to write code where you are supposed to display articles on the basis of an order predefined by the administrator of the site. I had a similar challenge with one of my sites www.careercurry.com where I had to show article listings on the home page based on the sequencing that I set through the admin control panel.
Categories: MySQL
