If the database row is like this: country = \'usa\' and i query \"select * from data where country = \'usa \'\" it also returns this row. So its no
country = \'usa\'
\"select * from data where country = \'usa \'\"
try it with like or with this
like
country = 'usa ' AND LENGTH(country) = LENGTH('usa ')