2013-05-23

ORACLE 연산자( in, not in)

select  * from emp where comm in(300, 500, 1400)

select * from emp where comm not in(300, 500, 1400)

댓글 없음:

댓글 쓰기