From d737ffbe0c448d77be6f40fd812fea1bb6c6c55c Mon Sep 17 00:00:00 2001 From: Vitaliy Zakaznikov Date: Mon, 8 Feb 2021 16:59:39 -0500 Subject: [PATCH] Adding event clause reference. --- docs/en/sql-reference/statements/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/statements/watch.md b/docs/en/sql-reference/statements/watch.md index b89cc63375..480841cf1b 100644 --- a/docs/en/sql-reference/statements/watch.md +++ b/docs/en/sql-reference/statements/watch.md @@ -34,7 +34,7 @@ it can be forwarded to a different table. INSERT INTO [db.]table WATCH [db.]live_view ... ``` -## EVENTS Clause +## EVENTS Clause {#events-clause} The `EVENTS` clause can be used to obtain a short form of the `WATCH` query where instead of the query result you will just get the latest query -- GitLab