Optional
aggregateAggregate function list
Optional
distinctDistinct field
Optional
fieldsProjection Field Collection
Optional
forselect for update
Allows you to lock records returned by a query until the entire transaction to which the query belongs is committed.
Other transactions that attempt to query these records are blocked until the transaction that acquired the lock releases the lock or the transaction times out.
Optional
groupbyGrouped field set
Optional
limitMaximum number of records to be queried. The default value is 5000. The maximum value is 10000.
Optional
orderbySort field set
Optional
skipNumber of skipped records. The default value is 0.
Query Selection