I'm trying to create a single object that will be a concatenation of all the returned values in a one to many relationship.
Basically each person in the person table of my database can have any number of notes (from the notes table) allocated to them, when i include the person and there notes in a report i want the notes field to be a single field that contains all of that persons notes.
I've seen it done in excel but have no idea where to start.
Oh yes i'm currently on a db2 database.
Basically each person in the person table of my database can have any number of notes (from the notes table) allocated to them, when i include the person and there notes in a report i want the notes field to be a single field that contains all of that persons notes.
I've seen it done in excel but have no idea where to start.
Oh yes i'm currently on a db2 database.