关于oracle '' 的问题,求解惑select count(case when tid='' then 1 else 0 end) from (select '' as tid from dual)返回1select count(*) from (select '' as tid from dual) where tid=''返回0 oracle [解决办法]
when 问什么能识别这个条件,where为什么不行,我把两个例子放在一起就是想问这个?