News

Is it possible to order by a substring in a returned field?I've got a query which returns at most probably around 10 or so rows of 1 column. However the way this data is formated, it'd be convient ...
Seems that the T-SQL supports what I'm trying to do, but whatever SQL crystal is using doesn't like the expression I'm using for the substring length. If I hard-code the substring length it works ...