Topic by chidambaram CT
Following ROQL sentence throws error, because it contains single quote in the email address.
select count(*) from Contact where Emails.EmailList.Address='gavin'north@gmail.com' and Emails.EmailList.AddressType.ID = 0
How to write ROQL without error?