Skip to content

Commit

Permalink
Fixed readme instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect committed Apr 30, 2022
1 parent f8d20f1 commit 80d28a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Query Editor unlocks all possibilities of CQL including Used-Defined Functions,
Example (using the sample table from the Query Configurator case):

```
SELECT sensor_id, CAST(temperature as double), registered_at FROM test.test WHERE id IN (99051fe9-6a9c-46c2-b949-38ef78858dd1, 99051fe9-6a9c-46c2-b949-38ef78858dd0) AND registered_at > $__timeFrom and created_at < $__timeTo
SELECT sensor_id, CAST(temperature as double), registered_at FROM test.test WHERE sensor_id IN (99051fe9-6a9c-46c2-b949-38ef78858dd1, 99051fe9-6a9c-46c2-b949-38ef78858dd0) AND registered_at > $__timeFrom and registered_at < $__timeTo
```

1. Follow the order of the SELECT expressions, it's important!
Expand Down

0 comments on commit 80d28a1

Please sign in to comment.