Function proof_of_sql_parser::utility::select  
source · pub fn select(
    expr: Box<SetExpression>,
    order_by: Vec<OrderBy>,
    slice: Option<Slice>,
) -> SelectStatementExpand description
Generate a query of the kind SELECT … ORDER BY … [LIMIT … OFFSET …]
Note that expr is a boxed SetExpression