Skip to content

Commit 4b0c62d

Browse files
committed
docs: remove unnecessary notes in Oracle for random sort.
1 parent 18e13d2 commit 4b0c62d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,6 @@ be ignored, unless you specify a numeric seed value.
762762
$builder->orderBy(42, 'RANDOM');
763763
// Produces: ORDER BY RAND(42)
764764

765-
.. note:: Random ordering is not currently supported in Oracle and
766-
will default to ASC instead.
767-
768765
****************************
769766
Limiting or Counting Results
770767
****************************

0 commit comments

Comments
 (0)