View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 05:28 PM
--CELKO--
 
Posts: n/a
Default 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.
Reply With Quote