Hi,
I have a DB2 table with below structure.
Table has a column for accountno and another column for storing payment date.For the same account,every month multiple/single payments can happeni.e.,there will be multiple entries for the same accountno.
I need to filter out the rows for which payment for a particular month is not present(payment date column).
how can I frame the query for this?
Thank you
I have a DB2 table with below structure.
Table has a column for accountno and another column for storing payment date.For the same account,every month multiple/single payments can happeni.e.,there will be multiple entries for the same accountno.
I need to filter out the rows for which payment for a particular month is not present(payment date column).
how can I frame the query for this?
Thank you