Toad uses Salesforce SOQL instead of SQL in Salesforce connections (unless the Salesforce connection is part of a cross-connection query).
When composing a Salesforce query in the Editor, use SOQL. When you build a Salesforce query in the Query Builder, Toad generates a SOQL query in the Query tab.
For more information about Salesforce SOQL, see the Salesforce SOQL Reference document.
Note: Queries written using SQL instead of SOQL are not supported for Salesforce connections. Salesforce queries created in Toad Data Point 3.5 or earlier are not supported.
To use the Query Builder to query Salesforce data
Drag tables (Salesforce objects) from the Object Explorer to the Diagram pane. Existing relationships display.
Note: You cannot create new relationships when building a Salesforce SOQL query.
Click Execute SQL to run the query.
Note: Not all SOQL functions and clauses are supported by the Query Builder. See Considerations and Limitations for a list of limitations.
To use the Editor to query Salesforce data
If you enter a query in the Editor without using code completion, be sure to use the actual/internal name for a table or column. The actual/internal name is the name used in the Object Explorer and Database Explorer.
Note: Do not use a table's Display Name in the query. This is the user-friendly name provided to help you recognize the table.
Note: Attempting to execute a SQL query (instead of a SOQL query) in the Editor against a Salesforce datasource can result in an error.
To create a cross-connection query using Salesforce connection
Toad uses ANSI SQL in a cross-connection query that includes a Salesforce connection.
Toad uses the actual name internal to Salesforce for tables (Salesforce objects) and columns (Salesforce fields). This actual/internal name is used in the Object Explorer and the Database Explorer.
In the Query Builder, Toad uses the actual/internal names for tables and columns in the generated query in the Query tab. You must also use the internal/actual name for a table or column when creating a SOQL query in the Editor.
Toad also displays a user-friendly name for each table and column. The user-friendly name is displayed in the Object Explorer in the Display Name column (for tables) and in the Comment column (for columns).
Consideration/Limitation | Description |
---|---|
Parent-to-child relationships are not supported in Toad |
In Salesforce relationship queries, Toad supports only child-to-parent relationships. Parent-to-child relationships are not supported. This limitation applies in the Editor and the Query Builder. Tip: This means you can only join tables in the direction of child (foreign-key table) to parent. For more information about Salesforce relationship queries, see the Salesforce SOQL reference document. |
Important SOQL limitations |
Please note the following limitations of Salesforce SOQL when creating a query in the Query Builder or Editor:
|
Query Builder and new relationships |
When building a Salesforce SOQL query, you cannot create new relationships using the Query Builder. Only the existing Salesforce relationships can be used. Tip: To restore a dropped relationship between tables, right-click the child table and select Restore FK. |
The Query Builder allows only one relationship per pair of tables |
When building a Salesforce SOQL query, each pair of related tables in the diagram can have only one relationship. Workaround: To add additional existing relationships, add multiple instances of a table. |
Query Builder SOQL syntax limitations |
The Query Builder does not support the following SOQL syntax:
Workaround: Use the Editor to execute a query that includes any of the syntax listed above. |
Query Builder does not support SOQL polymorphism |
Toad does not support Salesforce SOQL polymorphism in the Query Builder. Workaround: Use the Editor to execute a SOQL query that uses polymorphism. |
Bind variables are not supported for Salesforce connections | Avoid using bind variables with Salesforce |
Query Builder functionality |
Some functionality in the Query Builder is disabled for Salesforce connections, for example:
|
Explain Plan is disabled | Explain Plan is not available for a Salesforce SOQL query. |
Cannot reverse engineer a SOQL query | You cannot send a SOQL query from the Editor to the Query Builder to generate a diagram. |
Cannot create a Toad View | You cannot save a Salesforce SOQL query as a Toad View. |
Data Compare is not available | Data Compare is not available for Salesforce SOQL data at this time. |
Commenting out is not available | You cannot comment out a Where clause, Having clause, or column from a Select statement in a Salesforce SOQL query. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center