Hi guys,
I am trying to join the generaljournalaccountentry table with the subledgerjournalaccountentry table, to show the origin of the transactions. It seems that there are multiple hits for some rows, how can this be, shouldn't this be 1 on 1?
Used query:
select * from GENERALJOURNALACCOUNTENTRY GJAE left outer join SUBLEDGERJOURNALACCOUNTENTRY SLJAE on GJAE.recid = SLJAE.GENERALJOURNALACCOUNTENTRY