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

SOQL
Hi all,
Wondered where would be the best place to test SOQL queries? I need to run some simple queries such as below [Select u.Contact.AccountId From User u where id = :uid and contactid != null]; and need to see the return results...
Many thanks,
There is also a schema browser and query builder/tester in the Force.com IDE.
If you are a Mac user then the SOQLXplorer does the job and even has a schema visualizer.
Thank you all for your replies.
You can try your SOQL queries in https://workbench.developerforce.com/login.php.
/Mahesh