Function proof_of_sql_parser::utility::col_res
source ยท 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
pub fn col_res(col_val: Box<Expression>, alias: &str) -> SelectResultExpr
Select one column from a table and give it an alias i.e. SELECT COL AS ALIAS