function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tin013Tin013 

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, 

TheReportDoctorTheReportDoctor
Use the Apex Explorer tool.  You can download it here: http://wiki.developerforce.com/index.php/Apex_Explorer
mtbclimbermtbclimber

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.

piyush316piyush316
You can also make use of  Eclipse which provides u to test your SOQL queries.
Tin013Tin013

Thank you all for your replies.

 

 

mahesh varma19mahesh varma19
Hi ,

You can try your SOQL queries in https://workbench.developerforce.com/login.php.

/Mahesh