Skip to content

Commit 37f8552

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 04c34c7 commit 37f8552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usage/sync-rules/operators-and-functions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Some fundamental restrictions on these operators and functions are:
2323
| Null | IS NULL, IS NOT NULL | |
2424
| Mathematical | + \- \* / | |
2525
| Logical | AND, OR, NOT | |
26-
| Cast | CAST(x AS type) x :: type | Cast to text, numeric, integer, real or blob |
27-
| JSON | json `->>` 'path' json `->` 'path' | `->` returns the value as a JSON string, while `->>` returns the extracted value. |
26+
| Cast | CAST(x AS type)<br/>x :: type | Cast to text, numeric, integer, real or blob |
27+
| JSON | json `->` 'path'<br/> json `->>` 'path' | `->` Returns the value as a JSON string<br/> `->>` Returns the extracted value. |
2828
| Text concatenation | | Joins two text values together. |
2929
| Arrays | \<left> IN \<right> | Returns true if the left value is present in the right JSON array. In data queries, only the left value |
3030

0 commit comments

Comments
 (0)