We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c9b64 commit 36284bcCopy full SHA for 36284bc
docs.feldera.com/docs/sql/comparisons.md
@@ -76,7 +76,7 @@ but always return a Boolean value (sometimes nullable):
76
</tr>
77
<tr>
78
<td><a id="between"></a><code>BETWEEN SYMMETRIC ... AND ...</code></td>
79
- <td><code>x BETWEEN a AND b</code> is the same as <code>(a <= x AND x <= b) OR (b < x AND x < a)</code></td>
+ <td><code>x BETWEEN a AND b</code> is the same as <code>(a <= x AND x <= b) OR (b <= x AND x <= a)</code></td>
80
<td>inclusive at both endpoints; order of endpoints does not matter</td>
81
82
0 commit comments