We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab8e7f commit 5727e07Copy full SHA for 5727e07
mkdocs/docs/row-filter-syntax.md
@@ -108,7 +108,7 @@ The BETWEEN operator filters a column against an inclusive range of two comparab
108
column BETWEEN 1 AND 2
109
column BETWEEN 1.0 AND 2.0
110
column BETWEEN '2025-01-01' AND '2025-01-02'
111
-column BETWEEN '2025-01-01T00:00:00.000000' AND '2025-01-01T00:00:00.000000'
+column BETWEEN '2025-01-01T00:00:00.000000' AND '2025-01-02T12:00:00.000000'
112
```
113
114
## Logical Operations
0 commit comments