pub fn count_all_res(alias: &str) -> SelectResultExpr
Expand description
Count rows and give the result an alias i.e. SELECT COUNT(*) AS ALIAS
ยงPanics
This function will panic if the alias
cannot be parsed.
pub fn count_all_res(alias: &str) -> SelectResultExpr
Count rows and give the result an alias i.e. SELECT COUNT(*) AS ALIAS
This function will panic if the alias
cannot be parsed.