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
Showing posts with label fild. Show all posts
Showing posts with label fild. Show all posts
Sunday, March 25, 2012
Subscribe to:
Posts (Atom)