I have a table with a column name title however the data has apostrophe in it.
My query input parameter removes all apostrophe from it, how would you compare like or equal to get that row back?
select * from authors..atricles where title = 'buyers'
buyer's = 'buyers' or like '%buyers%'
If a user inputs buyer's on the page it will remove '
and the new input string will be buyers.