I have a clarification table and a file uploads table where all the attachments with respect to the clarification is placed. I am using left join and getting the result like this.
clarificationid - 1 | attachment 1
clarificationid - 1 | attachment 2
clarificationid - 2 | no attachment
Is there any way to get result like
clarificationid - 1 | attachment 1,atttachment 2
clarificationid - 2 | no attachment