Re: Changing Ordering



On Thu, 2 Feb 2006 02:11:27 -0800, Sian wrote:


Not quite sure how to word this.

Is there any way to change the ordering of SQL Server
I need it to order

ABC2 then ABC12 then ABC110 (this is by entire string, rather than
individual characters)

currently it orders it ABC110, ABC12, ABC2

is there anyway we can change this?

Hi Sian,

ORDER BY ColumnName DESC

?

--
Hugo Kornelis, SQL Server MVP
.



Relevant Pages