1 select.inc | public SelectQueryInterface::distinct($distinct = TRUE) |
Sets this query to be DISTINCT.
Parameters
$distinct: TRUE to flag this query DISTINCT, FALSE to disable it.
Return value
SelectQueryInterface: The called object.
File
- core/
includes/ database/ select.inc, line 182
Class
- SelectQueryInterface
- Interface definition for a Select Query object.
Code
public function distinct($distinct = TRUE);