I have data which is coming from a sql
query which has lots of joins and conditions attached to it,
now there are few columns where i want to bring the values of those columns as comma separated so it should not duplicate the row
i do not get if i had to write all joins in it and use stuff
to get that values. or how can i use it, do i need to create a temporary table to it,
need some advice and if possible a practical example will help