select * from testa select * from testb
select * from testa 
where not exists
(select * from testb) 结果为空,为什么,该怎么取出差异行    existsoracle