Skip to content

Commit f4a6b08

Browse files
committed
docs: Remove rolled-back nulls last docs
We rolled this back, awaiting the outcome of PRQL#2622
1 parent 1d5a072 commit f4a6b08

File tree

1 file changed

+3
-1
lines changed
  • web/book/src/reference/stdlib/transforms

1 file changed

+3
-1
lines changed

web/book/src/reference/stdlib/transforms/sort.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ JOIN artists USING (artist_id)
8888
standard doesn't guarantee an order, although most implementations will respect
8989
it).
9090

91-
## Nulls
91+
<!-- We rolling this back. Waiting on the outcome of https://github.com/PRQL/prql/issues/2622 -->
92+
93+
<!-- ## Nulls
9294
9395
PRQL defaults to `NULLS LAST` when compiling to SQL. Because databases have
9496
different defaults, the compiler emits this for all targets for which it's not a

0 commit comments

Comments
 (0)