Hi,
I am using 2 worksheets(dpc7,tradefile)
.One is having client_id,scrip,isin,balan
ce.And other is having client_id,scrip,quantity.I
need a query which contain data of both worksheet.client_id + scrip
is primary key and If client id and scrip of dpc7 and tradefile will match then it should return
(free balance of dpc7- quantity of tradefile).can i use full outer join?
Start Free Trial