阅读背景:

oracle-两个 count(1) 相减 的两种方法

来源:互联网 
--方法一
select(select count(1) from 表1)
-(select count(1) from 表2)
from dual

--方法一
select(select count(1) from 表1)
-(select 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: