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
EMHDevEMHDev 

SOQL Reference / Documentation

Please can someone tell me where to find a reference guide for SOQL.  I've done various searches but can't find a definitive reference, it seems assumed that you know it and it is referred to, but not explained/defined. I'm sure there must be something but my searches bring up loads of unhelpful results.
Many thanks,
Erica
RickyGRickyG
You can find a good introduction to SOQL here, as part of the API manual.

Hope this helps.

- Rick Greenwald
Developer Evangelist
hemmhemm
Same end result as the previous post, but if you want to see how the SOQL documentation fits into the overall API documentation, go to http://www.salesforce.com/us/developer/docs/api/index.htm.  Either search the index for SOQL, or navigate your way to Reference | Core Calls | query | Sforce Object Query Language (SOQL).


IWyattIWyatt
Ricky, the links are Golden.
 
Thanks!


Message Edited by IWyatt on 01-17-2008 04:34 PM
EMHDevEMHDev
Thanks, everyone.

Erica