Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Are you really sure the tables both have an case insensitive collation ?
Just to verify, I took a test table, and tried to join it to itself between an user name and username.
The username was an upper() of the name, and it worked.
Maybe it's another clause of the join that prevent it from working.
Did you tried to join just on that (var)char field to see the results ?
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 05-01-2009 at 07:31 PM..
|