Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Concatenating Rows

    Good question! In the nested select you can filter, manipulate and cleanup the data as much as necessary before replacing the space delimiter with your choice of delimiter. ...

  • RE: Concatenating Rows

    Solution 2 can better be accomplished as follows:

    select(select name as "data()"

    from fruit

    ...

Viewing 2 posts - 1 through 2 (of 2 total)