If I was working with a regular SQL database, I would simply run:
SELECT DISTINCT stageName Opportunity
How can I run the same query on a Force database? Easy....start sqlforce and enter:SELECT DISTINCT stageName from Opportunity
Case closed.
No comments:
Post a Comment