Thread
:
Complicated sorting in one sql
View Single Post
#
2
(
permalink
)
07-03-2008, 09:02 AM
ben
Administrator
Join Date: Mar 2007
Posts: 95
ANY
answer.
Re: Complicated sorting in one sql
I am not 100% sure I understand what you are after but if you want to order the result set by name as well as by Id:
[sql]
Select Id, Test
From Tests
Order by Test, Id
[/sql]
ben
View Public Profile
Send a private message to ben
Find all posts by ben