ORDER BY should ignore HTML tags while sorting
Dear John...
Thanks a lot for ur help... Got another nice way of doing it... Thanks to u...
I tried the same using the following (REPLACE)...
<snip>
when (@TempStr = '<B>')
then replace (ltrim(rtrim(MyCol)), @TempStr, '')
<snip>
Cheerz...
Denzil
|