ronaldmacdonald
MIS
I have a table with the contents below:
Field1 Field2 Field3
1 JOHN DOE
2 JOHNNY SMITH
3 MR JONES
3 MRS JONES
4 MR PATTER
4 MRS PATTER
I want to create a table with the contents below from the above:
Field1 Field2 Field3 Field4 Field5
1 JOHN DOE
2 JOHNNY SMITH
3 MR JONES MRS JONES
4 MR PATTER MRS PATTER
Is anything like this possible in sql?
RonaldMacdonald
Field1 Field2 Field3
1 JOHN DOE
2 JOHNNY SMITH
3 MR JONES
3 MRS JONES
4 MR PATTER
4 MRS PATTER
I want to create a table with the contents below from the above:
Field1 Field2 Field3 Field4 Field5
1 JOHN DOE
2 JOHNNY SMITH
3 MR JONES MRS JONES
4 MR PATTER MRS PATTER
Is anything like this possible in sql?
RonaldMacdonald