Update content/shared/sql-reference/where.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/6278/head
parent
c0aff8f475
commit
45bdbb409c
|
|
@ -136,7 +136,7 @@ This query filters data to include only records from the previous calendar day:
|
|||
```sql
|
||||
SELECT *
|
||||
FROM h2o_feet
|
||||
WHERE time >= NOW() - INTERVAL '1 day'
|
||||
WHERE time >= NOW() - INTERVAL '1 day' AND location = 'santa_monica'
|
||||
```
|
||||
|
||||
{{< expand-wrapper >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue