This commit is contained in:
Yarik Briukhovetskyi 2024-05-01 17:42:42 +02:00 committed by GitHub
parent a40e8a15c5
commit fd2716c5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ If the `alter_sync` is set to `2` and some replicas are not active for more than
## TRUNCATE ALL TABLES ## TRUNCATE ALL TABLES
``` sql ``` sql
TRUNCATE ALL TABLES [IF EXISTS] db [ON CLUSTER cluster] TRUNCATE ALL TABLES FROM [IF EXISTS] db [ON CLUSTER cluster]
``` ```
Removes all data from all tables in a database. Removes all data from all tables in a database.