About 18,400 results
Open links in new tab
  1. Salesforce Object Query Language (SOQL) | SOQL and SOSL Reference ...

    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 Structured Query …

  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 および SOSL リファレンス - Salesforce Developers

    SOQL クエリ構文は、必須の SELECT ステートメントとそれに続く 1 つ以上の省略可能な句 (TYPEOF 、 WHERE 、 WITH 、 GROUP BY 、 ORDER BY など) で構成されます。

  5. Salesforce Object Query Language (SOQL) | SOQL および SOSL リファ …

    Salesforce Object Query Language (SOQL) を使用して、組織の Salesforce データから特定の情報を検索できます。 SOQL は、広く使用されている SQL (Structured Query Language) の SELECT ス …

  6. SELECT | SOQL and SOSL Reference | Salesforce Developers

    SOQL query syntax consists of a required SELECT statement that specifies the fields to query. The fieldList in the SELECT statement specifies the list of one or more fields, separated by commas, that …

  7. SOQL および SOSL リファレンス - Salesforce Developers

    このガイドでは、SOQL および SOSL をどのような場合に使用するかと、これらの言語の構文、句、制限、およびパフォーマンス上の考慮事項について説明します。

  8. 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 name …

  9. WHERE | SOQL および SOSL リファレンス | Salesforce Developers

    SOQL クエリに含まれる WHERE 句の項目式の構文は、項目名、比較演算子、および値で構成されます。 クエリは、これらのコンポーネントを使用して、項目名の値と、検索対象のレコードとを比 …

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

    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 brackets.