lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

order-by.md (254B)


      1 +++
      2 title = "Order by"
      3 +++
      4 
      5 # Order by
      6 
      7 `ORDER BY` allows list of sorting criteria. Can specify multiple
      8 attribute names:
      9 
     10 -   second attribute adds ordering in lexicographic order
     11 -   you can sort in ASC or DESC order
     12 
     13 May not be applied to a subquery.