Till now i haven't got a need to post a query, almost everything is available. This is my first question.
I have a different requirement, I have the below table name say alarmdb
------------------INT_ID----------------------------------------------------- ALARM_NUMBER----------------------------
101212121 7762
101212121 8212
101212121 3423
101313131 7734
101313131 7743
Basically its kind of grouping, and pivoting. Final output can be like this.
------------------INT_ID----------------------------------------------------- ALARM_NUMBER----------------------------
101212121 7762,8212,3423
101313131 7734,7743
Kind of shrinking many cells data into one.
Can anyone please suggest.