name column is set to CHAR with user names as data
The following will retrieve all rows, even though the value in numeric. which is not what I'm expecting
SELECT * FROM secret WHERE name=0
I'm assuming the 0 is stating false, but how is MySQL interpreting it and retrieving everything?