Solar_Sql_Select::distinct()
public
Solar_Sql_Select
Solar_Sql_Select::distinct
( bool $flag = true
)
Makes the query SELECT DISTINCT.
Parameters
(bool)
$flag
: Whether or not the SELECT is DISTINCT (default true). If null, the current distinct setting is not changed.
Returns
(Solar_Sql_Select)
Description
Makes the query SELECT DISTINCT.