Hi
how can i use the sensive case in a select field from table where fild='GhhY' ?
I think you'd have to do character by character comparison using SUBSTRINGs and UPPER/LOWERs unless someone else here has a better solution.|||select * from TABLE where cast(fild as varbinary) = cast('GhhY' as varbinary)
Nicksql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment