I am trying to search for string expression for a phrase that has a contraction. It a different deparment so I cannot have them change it to the full words. I get an error when I try to search for it.
"Disposition Name" IN ('Customer Doesn't Qualify')
But because of the ' in Doesn't I get an error. Is there some I can do with REGEXP_LIKE for it to work?