Viewing post 1 (of 2 total)
Gianluca Sartori (4/8/2010)This should do the trick:ORDER BY CASE WHEN ISNUMERIC(ver) = 1 THEN 'ZZ' + ver ELSE ver END DESCHope this helps.Gianluca
Gianluca Sartori (4/8/2010)
ORDER BY CASE WHEN ISNUMERIC(ver) = 1 THEN 'ZZ' + ver ELSE ver END DESC
Hope this helps.
Gianluca
It works beautifully!!! A thousand thank-yous! And the...
April 8, 2010 at 12:01 pm
#1148529