We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nulls last
1 parent 1d5a072 commit f4a6b08Copy full SHA for f4a6b08
web/book/src/reference/stdlib/transforms/sort.md
@@ -88,7 +88,9 @@ JOIN artists USING (artist_id)
88
standard doesn't guarantee an order, although most implementations will respect
89
it).
90
91
-## Nulls
+<!-- We rolling this back. Waiting on the outcome of https://github.com/PRQL/prql/issues/2622 -->
92
+
93
+<!-- ## Nulls
94
95
PRQL defaults to `NULLS LAST` when compiling to SQL. Because databases have
96
different defaults, the compiler emits this for all targets for which it's not a
0 commit comments