Previous Page
countPages()

Solar_Sql_Select
distinct()

Next Page
dump()

distinct()

public Solar_Sql_Select distinct ( bool $flag default true )

Makes the query SELECT DISTINCT.

Parameters

  • (bool) $flag: Whether or not the SELECT is DISTINCT (default true). If null, the current distinct setting is not changed.

Returns

  • (Solar_Sql_Select)

Description

Makes the query SELECT DISTINCT.