distinct([$val = TRUE])
| Parameters: |
|
|---|---|
| Returns: |
CI_DB_query_builder instance (method chaining) |
| Return type: |
CI_DB_query_builder |
Sets a flag which tells the query builder to add a DISTINCT clause to the SELECT portion of the query.
distinct([$val = TRUE])
| Parameters: |
|
|---|---|
| Returns: |
CI_DB_query_builder instance (method chaining) |
| Return type: |
CI_DB_query_builder |
Sets a flag which tells the query builder to add a DISTINCT clause to the SELECT portion of the query.
Please login to continue.