pub fn max_res(expr: Box<Expression>, alias: &str) -> SelectResultExprExpand description
Compute the maximum of an expression and give it an alias i.e. SELECT MAX(EXPR) AS ALIAS
pub fn max_res(expr: Box<Expression>, alias: &str) -> SelectResultExprCompute the maximum of an expression and give it an alias i.e. SELECT MAX(EXPR) AS ALIAS