Function proof_of_sql_parser::utility::max_res
source ยท pub fn max_res(expr: Box<Expression>, alias: &str) -> SelectResultExpr
Expand description
Compute the maximum of an expression and give it an alias i.e. SELECT MAX(EXPR) AS ALIAS