You need to sign in to do that
Don't have an account?

SOQL Query Rule Criteria
Hi All,
I Am trying to get result using below query.
select name,phone,email from account where name=:name and phone=:phone and email=:email . And
how to get combinational query.means
name+phone OR name+phone+email.
Thanks
Sai
I Am trying to get result using below query.
select name,phone,email from account where name=:name and phone=:phone and email=:email . And
how to get combinational query.means
name+phone OR name+phone+email.
Thanks
Sai
Please try below query :-
Please let us know if this will help you.