selectDistinct
Create a SELECT DISTINCT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.
Return
A Select distinct object.
Parameters
The array of the SelectResult object for specifying the returned values.
Create a SELECT DISTINCT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.
Return
A Select distinct object.
Parameters
The properties for specifying the returned values.
Create a SELECT DISTINCT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.
Return
A Select distinct object.
Parameters
The expressions for specifying the returned values.
Create a SELECT DISTINCT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.
Return
A Select distinct object.
Parameters
An expression for specifying the returned value.
Properties for specifying the returned values.
Create a SELECT DISTINCT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.
Return
A Select distinct object.
Parameters
An expression for specifying the returned value.
The SelectResult objects for specifying the returned values.