TRUNCATE
The TRUNCATE TABLE table
statement is used to delete all data from a table. It’s much more efficient than DELETE FROM table
.
TRUNCATE TABLE monitor;
Query OK, 0 rows affected (0.02 sec)
当前内容版权归 GreptimeDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 GreptimeDB .