I have a mysql database which has a structure similair to this
date, lastname, givenname,middlename.
problem is i need to take the forty or so most current items in the database based on date, and then i need to sort them by lastname, givenname, middlename..
I can get the first part with order and limit clauses but after i get the result set how do I then sort that result by last,given, first
date, lastname, givenname,middlename.
problem is i need to take the forty or so most current items in the database based on date, and then i need to sort them by lastname, givenname, middlename..
I can get the first part with order and limit clauses but after i get the result set how do I then sort that result by last,given, first