ROQL - Email address with single quote
Content
Following ROQL sentence throws error, because it contains single quote in the email address.
select count(*) from Contact where Emails.EmailList.Address='gavin'[email protected]' and Emails.EmailList.AddressType.ID = 0
How to write ROQL without error?
1