I have a table with values:
Key1     Key2     ColumnKey 
============================
1        idx1      here
2        idx2      there
I need to return, for more than one column result seperated by commas.
Example:
1,2   idx1,idx2,      here,there
 
     
     
     
     
    