order_by_clause ::=
ORDER BY { expr | position } [ ASC | DESC ] [ NULLS FIRST | NULLS LAST ]
[ , {
expr | position } [ ASC | DESC ] [ NULLS FIRST | NULLS LAST ]]...
order_by_clause