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

SOQL Query to return matching fields
I have to Auto Number fields on the Opportunity and the Quote objects. They are both running using the same format which is confusing for users. I'd like to identify the records that have matching Auto Number field values. How can I achieve this through SOQL?
-greg