SelectQueryInterface::distinct

7 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

includes/database/select.inc, line 174

Code

public function distinct($distinct = TRUE);
Login or register to post comments