Bug (?): Column Totals

It appears that the Column Totals functions do not behave in an 'Oracle' manner, i.e. the fuctions treat NULLS differently.

E.g. if you issue 'select dummy, null mydummy from dual' and then apply the 'Column Totals/Count' to both columns, I would expect count(dummy) to be 1 and count(mydummy) to be NULL instead of 1.

This applies to both PLD 7.0 as 7.1b8c
 
Back
Top