Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Aug 16, 2023
1 parent d024d1a commit 9db09c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ We can sort based on one-to-one relationship attributes as well.

We can sort the relationship query results as well.

> **NOTE:** Currently, sorting the relationship query results is not supported in MySQL
> **NOTE:** Currently, sorting the relationship query results is not supported in MySQL as its `JSON_ARRAYAGG` function doesn't support it.
```clojure
; sorting one-to-many relationship query results
Expand Down

0 comments on commit 9db09c0

Please sign in to comment.