Function proof_of_sql_parser::utility::order
source ยท pub fn order(id: &str, direction: OrderByDirection) -> Vec<OrderBy>
Expand description
Order by one column i.e. ORDER BY ID [ASC|DESC]
pub fn order(id: &str, direction: OrderByDirection) -> Vec<OrderBy>
Order by one column i.e. ORDER BY ID [ASC|DESC]