db\Query max()

max() public method

Returns the maximum of the specified column values.

public mixed max ( $q, $db = null )
$q string

The column name or expression. Make sure you properly quote column names in the expression.

$db yii\db\Connection

The database connection used to generate the SQL statement. If this parameter is not given, the db application component will be used.

return mixed

The maximum of the specified column values.

doc_Yii
2016-10-30 16:59:01
Comments
Leave a Comment

Please login to continue.