pub fn cols_res(names: &[&str]) -> Vec<SelectResultExpr>
Expand description
Select multiple columns from a table i.e. SELECT COL1, COL2, …
pub fn cols_res(names: &[&str]) -> Vec<SelectResultExpr>
Select multiple columns from a table i.e. SELECT COL1, COL2, …