Exposes the remaining options after a SELECT
Extends
Methods
# count(selector) → {CountOption.<M>}
counts the records
Parameters:
Name | Type | Description |
---|---|---|
selector |
SelectSelector
|
CountOption.<M>
# distinct(selector) → {DistinctOption.<M>}
selects distinct values
Parameters:
Name | Type | Description |
---|---|---|
selector |
SelectSelector
|
DistinctOption.<M>
# from(tableName) → {WhereOption}
selects records from a table
Parameters:
Name | Type | Description |
---|---|---|
tableName |
Constructor
|
- Inherited From:
# max(selector) → {MaxOption.<M>}
the maximum value
Parameters:
Name | Type | Description |
---|---|---|
selector |
SelectSelector
|
MaxOption.<M>
# min(selector) → {MinOption.<M>}
selects the minimum value
Parameters:
Name | Type | Description |
---|---|---|
selector |
SelectSelector
|
MinOption.<M>