Update README.md

This commit is contained in:
Neil O'Toole 2023-06-21 23:51:09 -06:00 committed by GitHub
parent a5c4f9d6bd
commit edfa97d289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ Fundamentally, `sq` is for querying data. The jq-style syntax is covered in
detail in the [query guide](https://sq.io/docs/query).
```shell
$ sq '.actor | .actor_id < 100 | .[0:3]'
$ sq '.actor | where(.actor_id < 100) | .[0:3]'
actor_id first_name last_name last_update
1 PENELOPE GUINESS 2020-02-15T06:59:28Z
2 NICK WAHLBERG 2020-02-15T06:59:28Z