Hi,
I am using db2 ese v8.1.4a on win2k platform and I have the following question:
My select query looks some thing like this...
SELECT SUM(A.Col1 + B.Col1), SUM(A.Col1 - Col1)
FROM TableA A, TableB B
WHERE A.ID = B.ID
Now the issue is, that how to exclude NULL values from the tables so that they don't appear in resultant.
Any help is appreciated.
Thanks,