mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
fix text
This commit is contained in:
parent
0553696523
commit
a8d7765bda
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user