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

ยงPanics

This function will panic if the alias cannot be parsed.