SQL underscore "Order By" problem
Hi,
How to make SQL not to ignore underscore when sorting?
Now "Order By" gives results as
111
_222
333
_444
How to consider underscore as an ordinary character when sorting?
How to make SQL not to ignore underscore when sorting?
Now "Order By" gives results as
111
_222
333
_444
How to consider underscore as an ordinary character when sorting?
1