Thread
:
sorting Conundrum
View Single Post
#
4
(
permalink
)
02-28-2008, 05:28 PM
--CELKO--
Posts: n/a
Re: sorting Conundrum
In addition to the advice you just got, Standard SQL-92 uses a
case-sensitive collation, so you might also have some problems doing
data exchange with the rest of the world. Try to clean it up if you
can.
--CELKO--