Skip to content

Commit 5b347e4

Browse files
norton120Fokko
andauthored
Update mkdocs/docs/row-filter-syntax.md
Co-authored-by: Fokko Driesprong <[email protected]>
1 parent c1eef4b commit 5b347e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs/docs/row-filter-syntax.md

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ price IS NOT NULL AND price > 100 AND quantity > 0
166166
```
167167

168168
## Best Practices
169+
169170
1. For complex use cases, use the primary [Expression DSL](expression-dsl.md)
170171
2. When using multiple conditions, consider the order of operations (NOT > AND > OR)
171172
3. For string comparisons, be consistent with case usage

0 commit comments

Comments
 (0)