MySQL

INSERT INTO VALUE / VALUES

VALUE is a synonym for VALUES in this context. Neither implies anything about the number of values lists, nor about the number of values per list. Either may be used whether there is a single values list or multiple lists, and regardless of the number of values per list.

在这里,VALUE是VALUES的同义词。两者都不意味着值列表的数量,也不意味着每个列表的值的数量。无论是否有单个值列表或多个列表,也无论每个列表的值数如何,都可以使用二者。

INSERT Statement

TRUNCATE

TRUNCATE TABLE empties a table completely. It requires the DROP privilege. Logically, TRUNCATE TABLE is similar to a DELETE statement that deletes all rows, or a sequence of DROP TABLE and CREATE TABLE statements.
Truncate operations drop and re-create the table, which is much faster than deleting rows one by one, particularly for large tables.

TRUNCATE TABLE可以完全清空一个表。它需要有DROP权限。在逻辑上,TRUNCATE TABLE类似于删除所有记录的DELETE语句,或者是一连串的DROP TABLECREATE TABLE语句。
TRUNCATE操作DROP并重新创建表,这比逐一删除行要快得多,特别是对于大表来说。

TRUNCATE TABLE Statement

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值