We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8060626 commit b8a2fd8Copy full SHA for b8a2fd8
SUPABASE.md
@@ -60,7 +60,7 @@ The behaviour of the "match" index term that is used by the encrypted `LIKE` ope
60
61
### `ORDER BY`
62
63
-Ordering requires wrapping the ordered column in the `eql_v1.order_by` function.
+Ordering requires wrapping the ordered column in the `eql_v1.order_by` function, like this:
64
65
```
66
SELECT * FROM users ORDER BY eql_v1.order_by(encrypted_created_at) DESC
0 commit comments