a]

select   count(*)
   from   table
where   fieldA is null



b]

 select   count(fieldA)
   from    table
where   fieldA is null


값이 다르다는 것을 잊고 있었다.
아니 정확히 말하면 차이에 관심이 없었단 표현이 맞겠다.

자아비판... 그래도 지금이라도 정확히 알았다는것에 -_-;

Posted by iarchitect