Column A has transaction ID that is the same for all Debits and Credits, as identified in another column. I need to see where all Debits equal all Credits for all rows where Column A are the same. So, column A identifies the transaction. Column B has a D or a C. Column C has an amount. I need to find where the debits do not equal the credits for items with the same transaction ID.
Find Unequal Types by Comparison
Collapse
X
-
Tags: None
-
-
I need to see where all Debits equal all Credits for all rows where Column A are the same.Answer based on what you asked, not on what you need.I need to find where the debits do not equal the credits for items with the same transaction ID
Please clarify your question.Code:select * from table;
Comment
Comment