From a8d7765bda6067923967708adc3fdaf9491bdd8c Mon Sep 17 00:00:00 2001 From: ogorbacheva Date: Tue, 4 Dec 2018 18:34:25 +0300 Subject: [PATCH] fix text --- docs/en/query_language/misc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/query_language/misc.md b/docs/en/query_language/misc.md index 12d44e5beb9..c2086c9eba9 100644 --- a/docs/en/query_language/misc.md +++ b/docs/en/query_language/misc.md @@ -213,7 +213,7 @@ See also the section "LIKE operator". TRUNCATE TABLE [IF EXISTS] [db.]name [ON CLUSTER cluster] ``` -Removes all data from the table. If `IF EXISTS` is specified, the query doesn't return an error if the table doesn't exist. +Removes all data from a table. If `IF EXISTS` is specified, the query doesn't return an error if the table doesn't exist. The TRUNCATE query is not supported for View, File, URL and Null table engines.