Multiple Rows into 1 Row
868887Jun 14 2011 — edited Jun 14 2011Hello all,
I am trying to merge data from multiple rows--but all the same column--to a single row. For instance, if I have:
Row 1: a b
Row 2: b c
I want to end up with result set:
Row 1: a b b c
Any thoughts?
Thanks!