cleanair4me
Technical User
- May 16, 2008
- 61
I have a field called fullname that outputs records with fullname of people.
Here is what I have when I do a simple sql:
Select fullname from tableOne
I would like to sort in order of last name but cant figure out how to do the sql. Please advise.
Here is what I have when I do a simple sql:
Select fullname from tableOne
Code:
John Jones
Bill Aronsen
Sam Baker
George Williams
Dave Smith
I would like to sort in order of last name but cant figure out how to do the sql. Please advise.