Auto commit

This commit is contained in:
smallkun 2025-02-22 12:53:27 +08:00
parent e1993df158
commit 7fd11e7618
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ CREATE TABLE 表名(
字段名 数据类型 约束 [ZEROFILL] DEFAULT 默认值 COMMENT 备注,
字段名 数据类型 约束 [ZEROFILL] DEFAULT 默认值 COMMENT 备注
);
#插入记录
INSERT INTO 表名(字段1, 字段2)
VALUES(数值1, 数值2);
#删除表
DROP TABLE 表名;
#清空表

BIN
2207/MySQL常用语法.pdf Normal file

Binary file not shown.