Ordering MySQL Data
Monday July 17, 2006
When you query your MySQL database, you can tack a little code onto the end to sort the data in an ascending or descending manor base upon any of the fields. One place this is particularly useful is when you want to alphabetize names. By using the sort you can quickly and easily put them in order.


No comments yet. Leave a Comment