I want to search no of rows containing “‘” aphostrophe string in a particular field. I
tried with
select * from table where field like "%samad's%"
i get only 0 counts. but I am sure that exists in many rows.
how to query them and help are definitely appriciated
try this: