File tree 1 file changed +2
-3
lines changed
sfdx-source/apex-common/main/classes
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 40
40
* will be included by default. Constructing Ordering instances manually is discouraged.
41
41
*
42
42
* 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.
46
45
*
47
46
* Current limitations:
48
47
* - Aggregate functions are not currently supported.
You can’t perform that action at this time.
0 commit comments