I'm trying to achieve something that was reasonably easy in another app
dev environment. I have a table with about 10 records, I want to take
all of the rows from that column and join the rows into a single row in
a column of another table. I could d...