Auto commit

This commit is contained in:
2025-02-19 09:50:24 +08:00
parent 59d1eeaabd
commit 0b77d04975
+14
View File
@@ -62,6 +62,20 @@ CREATE TABLE Book(
![image-20250112210716052](https://yp.smallkun.cn/markdown/image-20250112210716052.png!compress)
```sql
INSERT INTO booktype()
VALUES
(1, '文学类', '增加文学常识'),
(2, '计算机类', '学习计算机'),
(3, '小说类', '动听的故事');
INSERT INTO () #
VALUES
(1, 2, 3),
(1, 2, 3),
(1, 2, 3);
```
**删除图书信息**
由于业务的需要,发布时间在2010年以前的不再出售,需要全部清理。