2013-05-23

ORACLE (is null, is not null)

null 인거

select * from emp where mgr is null;

null 아닌거
select * from emp where mgr is not null;

댓글 없음:

댓글 쓰기