| Versionen | |
|---|---|
| drupal7 | public SelectQueryInterface::distinct($distinct = TRUE) |
Sets this query to be DISTINCT.
$distinct TRUE to flag this query DISTINCT, FALSE to disable it.
The called object.
includes/
<?php
public function distinct($distinct = TRUE);
?>
Kommentare
Kommentar hinzufügen