Skip to content

Commit b8a2fd8

Browse files
authored
docs: make it clearer that the following example demonstrates how to wrap the ordered column
1 parent 8060626 commit b8a2fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SUPABASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The behaviour of the "match" index term that is used by the encrypted `LIKE` ope
6060

6161
### `ORDER BY`
6262

63-
Ordering requires wrapping the ordered column in the `eql_v1.order_by` function.
63+
Ordering requires wrapping the ordered column in the `eql_v1.order_by` function, like this:
6464

6565
```
6666
SELECT * FROM users ORDER BY eql_v1.order_by(encrypted_created_at) DESC

0 commit comments

Comments
 (0)