[DMDB] Fix errors

This commit is contained in:
2026-07-31 16:22:48 +02:00
parent 1c1eff5d59
commit 55030a0d0a
8 changed files with 30 additions and 18 deletions
@@ -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}