Skip to content

Commit

Permalink
Fix nesting for BETWEEN operator (#35)
Browse files Browse the repository at this point in the history
The nesting was incorrect.
  • Loading branch information
nwoolmer authored Aug 6, 2024
1 parent aaa6ba8 commit 0750115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/operators/date-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ results on Jan 1-2 in 2018 and in 2019:
| ... | ... |
| 2019-01-02T23:59:59.999999Z | 103.8 |

### `BETWEEN` value1 `AND` value2
## `BETWEEN` value1 `AND` value2

The `BETWEEN` operator allows you to specify a non-standard range. It includes
both upper and lower bounds, similar to standard SQL. The order of these bounds
Expand Down

0 comments on commit 0750115

Please sign in to comment.