pub fn col_res(col_val: Box<Expression>, alias: &str) -> SelectResultExpr
Expand description
Select one column from a table and give it an alias i.e. SELECT COL AS ALIAS
ยงPanics
This function will panic if the alias
cannot be parsed as valid Identifiers.