I need to write a query where I need to find the ' character.
Like Shivam's - I need to find the ' mark.
select * from DTCountries where CountryCode like '%'%'
Just need to escape it.
SELECT * FROM DTCountries WHERE CountryCode LIKE '%''%'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With