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
results
The array of the SelectResult object for specifying the returned values.