From d5e83f9d50320e2810bd3d0d8e72145ff5368473 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 18 Oct 2017 16:43:28 -0700 Subject: [PATCH] Fix docs for MOD. (#4971) --- docs/content/querying/sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/querying/sql.md b/docs/content/querying/sql.md index 189172ae0a0..f45d22f20bd 100644 --- a/docs/content/querying/sql.md +++ b/docs/content/querying/sql.md @@ -116,7 +116,7 @@ Numeric functions will return 64 bit integers or 64 bit floats, depending on the |`x - y`|Subtraction.| |`x * y`|Multiplication.| |`x / y`|Division.| -|`x % y`|Mod.| +|`MOD(x, y)`|Modulo (remainder of x divided by y).| ### String functions