I have data in a file that was supposed to be proper case: "Expense",
"Indemnity". I accidentally loaded some of them as "EXPENSE" and
"INDEMNITY".
Not a big problem, but just out of curiosity, I wanted to see a listing
of all 4 types - proper and upper case for each of the 2 types.
When I ran "Select distinct myfield from myfile", only "Expense" and
"Indemnity" showed up. And when I did a replace where Myfield =
'EXPENSE', it updated all records.
The problem is resolved, but is there some command in SQL to honor case,
or something I need to set in SQL Server (Although, usually I DON'T want
case sensitive).
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.