diff --git a/ppl-spark-integration/README.md b/ppl-spark-integration/README.md index 8059de40b..a497fcd6d 100644 --- a/ppl-spark-integration/README.md +++ b/ppl-spark-integration/README.md @@ -236,7 +236,7 @@ The next samples of PPL queries are currently supported: **Filters With Logical Conditions** - `source = table | where c = 'test' AND a = 1 | fields a,b,c` - `source = table | where c != 'test' OR a > 1 | fields a,b,c` - - `source = table | where c != 'test' OR a > 1 | fields a,b,c` + - `source = table | where c = 'test' NOT a > 1 | fields a,b,c` **Aggregations** - `source = table | stats avg(a) `