Skip to content

Commit

Permalink
Merge pull request #510 from codenotary/update-master-order-by
Browse files Browse the repository at this point in the history
Update order by section
  • Loading branch information
ostafen authored Apr 29, 2024
2 parents 31f29a2 + 9d85903 commit 8781302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/master/develop/sql/querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Currently only one column can be used in the `ORDER BY` clause.

The order may be either ascending (`ASC` suffix, default) or descending (`DESC` suffix).

Ordering rows by a value of a column requires a matching index on that column.
Although not required, adding an index on the column specified in the clause can drastically reduce query times.

</WrappedSection>

Expand Down

0 comments on commit 8781302

Please sign in to comment.