I am using mysql and this is my statement so far...
select firstname, lastname, uniqueid from alumni order by time desc limit 15.
This gives me the 15 most recently updated users. I now want to sort the resulting 15 users by lastname. how would I do that? Thanks.
Mike Cassano