pub fn count_all_res(alias: &str) -> SelectResultExpr
Expand description
Count rows and give the result an alias i.e. SELECT COUNT(*) AS ALIAS
pub fn count_all_res(alias: &str) -> SelectResultExpr
Count rows and give the result an alias i.e. SELECT COUNT(*) AS ALIAS