Assume a database table named Good has a column named "bob".
The following command will return ALL rows in the table regardless of their
content:

SELECT * FROM Good WHERE bob LIKE "bob";

Is this by design?  If so, is there a workaround for this other than
attempting to name all columns in a table to be so unique as to never be
"LIKEd"?

-> Steve
PS. Sorry about the double post, I didn't know ctrl-enter sends an email!

Reply via email to