mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[DMDB] Fix errors
This commit is contained in:
@@ -29,6 +29,7 @@ It applies a comparison to a grouping column or an aggregate as specified in the
|
||||
\paragraph{Sorting}
|
||||
We can sort the output of any query using the \texttt{ORDER BY column DIRECTION} clause, where \texttt{DIRECTION} is to be replaced with \texttt{ASC} or \texttt{DESC}:
|
||||
\mint{sql}|SELECT name FROM Students ORDER BY name DESC;|
|
||||
We can also specify more than one order by condition, separated with a comma.
|
||||
|
||||
|
||||
\paragraph{Limit}
|
||||
|
||||
Reference in New Issue
Block a user