You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/initial-snapshot-filters.md
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,79 @@ bucket_definitions:
288
288
- SELECT * FROM events_2025
289
289
```
290
290
291
+
## Special Characters and Identifiers
292
+
293
+
⚠️ **Important**: Filter expressions are embedded directly into SQL/MongoDB queries. You must properly quote identifiers and escape string literals according to your database's syntax rules.
294
+
295
+
### SQL Identifier Quoting
296
+
297
+
**PostgreSQL** - Use double quotes for identifiers with spaces or special characters:
0 commit comments