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
pub fn select(
    expr: Box<SetExpression>,
    order_by: Vec<OrderBy>,
    slice: Option<Slice>,
) -> SelectStatementGenerate a query of the kind SELECT … ORDER BY … [LIMIT … OFFSET …]
Note that expr is a boxed SetExpression