missed a mod reference #538

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2024-09-22 18:09:09 -07:00
parent 60c1549168
commit a6a1272d17
No known key found for this signature in database

View file

@ -110,7 +110,7 @@ Predicates for `NULL` and Boolean values:
;;=> ["...WHERE col IS NOT FALSE..."] ;;=> ["...WHERE col IS NOT FALSE..."]
``` ```
## mod, xor, + - * / % | & ^ ## xor, + - * / % | & ^
Mathematical and bitwise operators. Mathematical and bitwise operators.