I have a table named contacts
and I can't get a result when doing SELECT with a condition that asks for a value in the name column, even when I try a value that comes from the table.
Although if copied the value directly from the table, and pasted it in the query, the expected result gets returned. It works when copy-pasted from the table:
The two query statements are virtually the same, but different results arrive.