oracle第二天
摘要:
集合运算 SQL> host cls SQL> /*SQL> 查询部门号是10和20的员工信息SQL> 1. select * from emp where deptno in (10,20);SQL> 2. select * from emp where deptno=10 or deptno=2 阅读全文
posted @ 2016-06-30 23:37 zhaoshuzhan 阅读(566) 评论(0) 推荐(0)
浙公网安备 33010602011771号