About 22,700 results
Open links in new tab
  1. Salesforce Object Query Language (SOQL) | SOQL and SOSL …

    Use the Salesforce Object Query Language (SOQL) to search your organization’s Salesforce data for specific information. SOQL is similar to the SELECT statement in the widely used …

  2. Introduction to SOQL and SOSL - Salesforce Developers

    This guide explains when to use SOQL and SOSL and outlines the syntax, clauses, limits, and performance considerations for both languages. It is intended for developers and assumes …

  3. SOQL and SOSL Reference - Salesforce Developers

    SOQL query syntax consists of a required SELECT statement followed by one or more optional clauses, such as TYPEOF, WHERE, WITH, GROUP BY, and ORDER BY.

  4. SOQL SELECT Functions - Salesforce Developers

    Use functions in SOQL queries to generate reports for analysis, apply localized formatting to standard and custom fields, group or filter data by date periods, and more.

  5. WHERE | SOQL and SOSL Reference | Salesforce Developers

    The field expression syntax of the WHERE clause in a SOQL query consists of a field name, a comparison operator, and a value. The query uses these components to compare the field …

  6. SOQL With Apex | Query Data in Data 360 - Salesforce Developers

    SOQL is Salesforce's proprietary query language to query Salesforce objects. You can run SOQL in Apex or by using tools such as the Query Editor and SOQL Builder.

  7. Execute Queries with SOQL Builder - Salesforce Developers

    With SOQL Builder, anyone can visually build, run, and explore results from queries, taking out the guesswork from building SOQL queries. Build queries using clicks in a visual editor, then …

  8. SOQL SELECT Examples - Salesforce Developers

    Apex requires that you surround SOQL and SOSL statements with square brackets to use them in your statements. You can use Apex script variables and expressions when preceded by a …

  9. Query | REST API Developer Guide | Salesforce Developers

    When a SOQL query is executed, up to 2,000 records can be returned at a time in a synchronous request. However, to optimize performance, the returned batch can include fewer records than …

  10. SOQL and SOSL Queries | Apex Developer Guide - Salesforce …

    You can evaluate Salesforce Object Query Language (SOQL) or Salesforce Object Search Language (SOSL) statements on-the-fly in Apex by surrounding the statement in square …