select
Create a SELECT statement instance that you can use further (e.g. calling the from() function) to construct the complete query statement.
Return
A Select object.
Parameters
results
The array of the SelectResult object for specifying the returned values.