提交 373d5ebe 编写于 作者: L luxin

bug fixed for exercises

上级 4fdd7aec
......@@ -47,5 +47,5 @@ select sum(total) from orders group by deal having unit_price > 1000;
### C
```sql
select sum(total) from orders having deal and unit_price > 1000;
select sum(total) from orders order by deal and unit_price > 1000;
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册