Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
gmunky
Starting Member
5 Posts |
Posted - 2007-03-22 : 10:40:38
|
| how would i write a query that sorts the last name but also sort the first names.this is what i get:last | first--------------------james | bobjames | allankim | mikekim | brianthis is what i want:last | first--------------------james | allanjames | bobkim | briankim | mikethanks for the help!!!! |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
|
gmunky
Starting Member
5 Posts |
Posted - 2007-03-22 : 10:45:58
|
| Thank You! |
 |
|
|
|
|
|