Skip to content

Commit

Permalink
Update docs/source/user-guide/sql/operators.md
Browse files Browse the repository at this point in the history
Co-authored-by: Oleks V <[email protected]>
  • Loading branch information
Spaarsh and comphead authored Jan 21, 2025
1 parent 88a2b82 commit 85ccc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Modulo (remainder)
- [<= (less than or equal to)](#op_le)
- [> (greater than)](#op_gt)
- [>= (greater than or equal to)](#op_ge)
- [<=> (three-way comparision, alias for IS NOT DISTINCT FROM)](#op_spaceship)
- [<=> (three-way comparison, alias for IS NOT DISTINCT FROM)](#op_spaceship)
- [IS DISTINCT FROM](#is-distinct-from)
- [IS NOT DISTINCT FROM](#is-not-distinct-from)
- [~ (regex match)](#op_re_match)
Expand Down

0 comments on commit 85ccc27

Please sign in to comment.