I'm looking to include a value into my datatable but a string value includes a '. How do I add it to my table?
insert into mytable
(ISO_COUNTRY_CODE, COUNTRY, REGION)
values ('CI', 'COTE D'IVOIRE','EMEAR')
As you can see I will get an error if I input this like this.