Merge pull request #420 from NikolayS/patch-1
ordering with DESC & NULLS LAST together
This commit is contained in:
@@ -169,6 +169,7 @@ If you care where nulls are sorted, add `nullsfirst` or `nullslast`:
|
|||||||
|
|
||||||
```HTTP
|
```HTTP
|
||||||
GET /people?order=age.nullsfirst
|
GET /people?order=age.nullsfirst
|
||||||
|
GET /people?order=age.desc.nullslast
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also use [computed
|
You can also use [computed
|
||||||
|
|||||||
Reference in New Issue
Block a user