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
gvgv 

SOQL Query tool

Hi

 

I would like to use SOQL Query tool . I saw the mention of it in one of the pages here in SFDC. I am trying to find out info about where to download, how to use it etc.

 

Could you point me to the right direction .

 

 

thanks 

SuperfellSuperfell
http://developer.force.com/codeshare/apex/projectpage?id=a0630000003Z4PLAA0
sandeep3385sandeep3385

Hi,

 

I have query tool in my instance but only 'DESC' query is run successfully. 'Select * from' query is returning an error whatever may be the case. can anyone help me out in fixing this?

SuperfellSuperfell
soql does not support select *
sandeep3385sandeep3385

If u see the source code of the page that is used in the tool, it converts the 'select * ' query to select all fields of the object. And also one of the tips of the tool says:

 

Tip: Try SELECT * FROM objectName to select all fields