Where binary in SQL
Posted
by fire
on Stack Overflow
See other posts from Stack Overflow
or by fire
Published on 2010-03-17T14:23:40Z
Indexed on
2010/03/17
14:31 UTC
Read the original article
Hit count: 219
mysql
I have an SQL statement:
SELECT * FROM customers WHERE BINARY login='xxx' AND password='yyyy'
There are no blob/binary fields in the table, do I need the BINARY after the WHERE what else does it do?
© Stack Overflow or respective owner