File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
sfdx-source/apex-common/main/classes Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4040 * will be included by default. Constructing Ordering instances manually is discouraged.
4141 *
4242 * Subselect Queries are supported with the subselectQuery methods.
43- * More than one sub-query can be added to a single query, but sub-queries can only be 1 level deep.
44- * An exception will thrown from the subselectQuery method when there is an attempt to add a subquery to a sub-query
45- * or to add a subquery to a query with an invalid relationship.
43+ * More than one sub-query can be added to a single query.
44+ * An exception will thrown from the subselectQuery method when there is an attempt to add a subquery to a query with an invalid relationship.
4645 *
4746 * Current limitations:
4847 * - Aggregate functions are not currently supported.
You can’t perform that action at this time.
0 commit comments