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";


Reply via email to