Function cols_res

Source
pub fn cols_res(names: &[&str]) -> Vec<SelectResultExpr>
Expand description

Select multiple columns from a table i.e. SELECT COL1, COL2, …