I have the below MySQL query.
select * from node where title LIKE 'born in care shelter breed';
Which is returning empty set. But when I try the below query
select * from node where title = 'born in care shelter breed';
It is returning 1 result.
What difference the both will make? I can't avoid the LIKE operator as the query creating after some condition checking