How do I write a query report on a table that provide the output as follow:
Mytable:
Account_id LSDM
43730748 T1FAC
43730748 T1FAC
43730748 UNEP
43730748 T1FAC
43730748 UNEP
43730748 UENP
43730748 RS
43730748 RS
43730748 UNEP
43730748 T1FAC
Output should look like this:
43730748 UNEP/ T1FAC/ RS
THANK YOU
Mytable:
Account_id LSDM
43730748 T1FAC
43730748 T1FAC
43730748 UNEP
43730748 T1FAC
43730748 UNEP
43730748 UENP
43730748 RS
43730748 RS
43730748 UNEP
43730748 T1FAC
Output should look like this:
43730748 UNEP/ T1FAC/ RS
THANK YOU