proof_of_sql_parser::utility

Function count_all_res

source
pub fn count_all_res(alias: &str) -> SelectResultExpr
Expand description

Count rows and give the result an alias i.e. SELECT COUNT(*) AS ALIAS