提交 0be0e389 编写于 作者: L luxin

exercises bug fixed

上级 334ff2f7
......@@ -54,7 +54,7 @@ from employee
where dept in ('dev' and 'hr');
```
#### D
### D
```sql
select id, dept, name, post
......
......@@ -66,7 +66,7 @@ from department as d
cross join employee as e on e.dept = d.id
where e.post = 'assistant'
```
### D
```sql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册