Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have a table that contains a string column with the value "I won't go"
I want to return this row whether that user is querying "I won't go" OR "I wont go" (without apostrophe).
How should I solve this problem?
Thank you
如何替换两边的单引号并进行相等比较:
where replace(col, '''', '') = 'I wont go'