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