I am trying to match the record with the like operator. I need to get this record match with the title.
But the title has lots of quotes so the operator not matching the record.
SELECT * FROM wp_product_library WHERE tittle LIKE 'dsdasd"ddd | sdfsdf'ss%'
Can anyone help to solve this?