提交 d6ae9a7e 编写于 作者: M Mars Liu

upgrade mysql tree

上级 19be9200
......@@ -15,7 +15,7 @@ create table orders (
);
```
有一个业务系统会实时的将已经成交(deal 字段为 true)的订单数据转储,现在我们仅需要一个清理 程序,将已经成 交的数据从 orders 表删除并记录被删除的数据id。下面哪个操作是对的?
有一个业务系统会实时的将已经成交(deal 字段为 true)的订单数据转储,现在我们仅需要一个清理 程序,将已经成 交的数据从 orders 表删除。下面哪个操作是对的?
<hr/>
......@@ -94,4 +94,4 @@ from orders
where deal;
```
并记录操作前后表中的最大 id
\ No newline at end of file
并记录操作前后表中的最大 id
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册