Posted by krishnan on 12/05/16 11:36
Dear all,
In SQL Server 2000 , how to get distinct records sort by one
field .
Example
SELECT DISTINCT A FROM tblTEST ORBER BY B
Here, In Table
Field 'A' contain more than one same data...
Field 'B' contain all are different Data......
I want distince in Field 'A' and order by Field 'B'..... how to get
it.........
regards
krishnan
[Back to original message]
|