max() public method
Returns the maximum of the specified column values.
public integer max ( $column, $db = null ) | ||
---|---|---|
$column | string |
The column name or expression. Make sure you properly quote column names in the expression. |
$db | yii\redis\Connection |
The database connection used to execute the query. If this parameter is not given, the |
return | integer |
The maximum of the specified column values. |
Please login to continue.