Hi to al
I have two tables need to join and then the multiple row result with the same crb_pi_id from table2, will combine and return as single rows. it is possible? I used that result on printable report.
Thanks in advance.
table1 :
crb_pi_id,name,tel_no
1,john,1111111
2,paul,2222222
table2 :
crb_pd_id,crb_pi_id,account_name,amount
1,1,salary,500
2,1,utilities,800
3,2,transportation,300
result should
name,salary,utilities,trasportation
john,500,800,0
paul,0,0,300