You need to sign in to do that
Don't have an account?
thechad
Can I compare two columns with the Query Call?
I would like to perform a query like
Select Id, Name, Amount From Opportunity WHERE Amount != Some_Custom_Field__c
Is this possible... from what I have read in the docs, I gather the answer is no, but really really really want to be wrong.
Thanks for your help.
Select Id, Name, Amount From Opportunity WHERE Amount != Some_Custom_Field__c
Is this possible... from what I have read in the docs, I gather the answer is no, but really really really want to be wrong.
Thanks for your help.
I was affraid of that. Thank you for the prompt reply.