well, you are going to have to usre substr() to get the last name from the column and then sort by that value.
I would like to sort in order of last name but cant figure out how to do the sql:
Code:
Bill Aronsen
Sam Baker
John Jones
Dave Smith
George Williams
Please advise. |