Skip to content

Commit 87be343

Browse files
authored
Merge pull request #3861 from ClickHouse/rfraposa-patch-1
Fixed typo in the UNION example
2 parents 011d40a + babe281 commit 87be343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/materialized-view/incremental-materialized-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ GROUP BY UserId
860860
1 row in set. Elapsed: 0.005 sec.
861861
```
862862

863-
Inserts into the `badges` table will trigger the view, causing `user_activity` to not receive updates:
863+
Inserts into the `badges` table will not trigger the view, causing `user_activity` to not receive updates:
864864

865865
```sql
866866
INSERT INTO badges VALUES (53505058, 2936484, 'gingerwizard', now(), 'Gold', 0);

0 commit comments

Comments
 (0)