Hi,
I would like a ask a question if it possible to get result with query in a single line. We have db2 database.
I have two tables
Matno Name
10 Jim
20 Ken
30 Jane
Matno username
10 u0500j2
10 o0600k2
20 i0500a9
30 o900j3
Result must look like this
Matno Name Username1, Username2,...
10 Jim u0500j2 o0600k2
20 Ken i0500a9
...
Is it possible to do that, please advice me, best regards
and thanks in advance, K
I would like a ask a question if it possible to get result with query in a single line. We have db2 database.
I have two tables
Matno Name
10 Jim
20 Ken
30 Jane
Matno username
10 u0500j2
10 o0600k2
20 i0500a9
30 o900j3
Result must look like this
Matno Name Username1, Username2,...
10 Jim u0500j2 o0600k2
20 Ken i0500a9
...
Is it possible to do that, please advice me, best regards
and thanks in advance, K
Comment