Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/reference/sql/alter-mat-view-set-refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ The `REFRESH` follows the same format as [CREATE MATERIALIZED VIEW](/docs/refere
## Examples

```questdb-sql
ALTER MATERIALIZED VIEW trades_hourly_prices SET REFRESH EVERY '1h';
ALTER MATERIALIZED VIEW trades_hourly_prices
SET REFRESH EVERY 12h START '2025-12-31T00:00:00.000000Z' TIME ZONE 'Europe/London';
```

```questdb-sql
Expand Down