sql strictly equals, is there something ?
Posted
by Omu
on Stack Overflow
See other posts from Stack Overflow
or by Omu
Published on 2010-06-14T07:35:05Z
Indexed on
2010/06/14
7:42 UTC
Read the original article
Hit count: 138
sql
|sql-server
basically I need to check something like this
select * from users where name = @name, pass = @pass
the problem is that 'pass' = 'pAsS'
is there something more strict for string comparison in sql (ms sql-server)
© Stack Overflow or respective owner