Does anyone have possible explanations for the following results?
select count(*) from tablename[color=blue][color=green][color=darkred]
>>> 2,500,000[/color][/color][/color]
select count(*) from tablename where fieldname is null[color=blue][color=green][color=darkred]
>>> 2,400,000[/color][/color][/color]
select count(*) from tablename where fieldname is not null[color=blue][color=green][color=darkred]
>>> 900,000[/color][/color][/color]
Just my luck, I was showing something to the CFO when I got these
results...
I'd appreciate any hints. Thanks.
fn
select count(*) from tablename[color=blue][color=green][color=darkred]
>>> 2,500,000[/color][/color][/color]
select count(*) from tablename where fieldname is null[color=blue][color=green][color=darkred]
>>> 2,400,000[/color][/color][/color]
select count(*) from tablename where fieldname is not null[color=blue][color=green][color=darkred]
>>> 900,000[/color][/color][/color]
Just my luck, I was showing something to the CFO when I got these
results...
I'd appreciate any hints. Thanks.
fn
Comment