Skip to content

Commit

Permalink
Fixed minor typos in SQL statements (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki authored Nov 18, 2023
1 parent b921ded commit a6670cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _troubleshooting/cagg-watermark-in-future.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ window.
continuous aggregate data:
```sql
SELECT id from _timescaledb_catalog.hypertable
SELECT id FROM _timescaledb_catalog.hypertable
WHERE table_name=(
SELECT materialization_hypertable_name
FROM timescaledb_information.continuous_aggregates
WHERE view_name='<continuous_aggregate_name'
WHERE view_name='<continuous_aggregate_name>'
);
```
Expand Down

0 comments on commit a6670cb

Please sign in to comment.