In SQL we could add group by clause -- then do sum, count, or avg of a particular (numeric) column. Is there a way to "merge" / "concatenate" particular column -- for each group?
I need this done in one SQL statement
In SQL we could add group by clause -- then do sum, count, or avg of a particular (numeric) column. Is there a way to "merge" / "concatenate" particular column -- for each group?
I need this done in one SQL statement
i found the answer in below link http://www.oracle-base.com/articles/misc/StringAggregationTechniques.php