Is it possible to order by a substring in a returned field?<BR>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 ...
It is possible to determine which character features at a position within a string: wordOne[2] - would give the answer "m", as m is the third character in the word “Computer” (remember computers start ...