i have a column contain string Father\'s Day If search only word father query show the result Father\'s Day but if enter string Father\'s Day Father''s Day
no result display
my query is
select * from temp where title like '%Father's%' datatype = 0
select * from temp where title like '%Father''s%' datatype = 0
select * from temp where title like '%Father\'s%' datatype = 0