Skip to content

Commit

Permalink
docs: remove unnecessary notes in Oracle for random sort.
Browse files Browse the repository at this point in the history
  • Loading branch information
ytetsuro committed Jan 23, 2022
1 parent 18e13d2 commit 4b0c62d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,6 @@ be ignored, unless you specify a numeric seed value.
$builder->orderBy(42, 'RANDOM');
// Produces: ORDER BY RAND(42)

.. note:: Random ordering is not currently supported in Oracle and
will default to ASC instead.

****************************
Limiting or Counting Results
****************************
Expand Down

0 comments on commit 4b0c62d

Please sign in to comment.