Hello Guys
Can you help me with finding a way to link “Account” and “Batch”; I tried using GLTran but I have the same line repeated multiple times
select * from account INNER join GLTran on Account.AccountID=GLTran.AccountID
INNER join Batch on GLTran.BatchNbr=batch.BatchNbr
order by AccountCD
I’m missing something ?