Hi,
does anybody know how I can build a WHERE field LIKE'a%' clause
that will not return A.
ie a WHERE clause that is case sensitive. I don't want to really
change any collation or anything like that. I was wondering if there
was an escape sequence or similar.
I have heard that I need to do a CAST or CONVERT to binary and then
compare the binary? How would this work?
Thanks
Charlie