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

Queries using "OR"?
Let's say I would like to use SForce Connector to query for all contacts associated with 2 different accounts. Is there a way to do this with a single query?
For example, "AccountID like Amgen OR Pfizer"?
Just query the Contact table and use Account ID equals xxxxxxxxxx,xxxxxxxxxxx
enter the two account IDs where I placed the x's.