Hi,
I have a simple query that does the following :-
select desc1,desc2,des c3,desc4,desc5 from testdata
So I select the data for the above
What I would like to achieve without having to go to great lengths the
following:-
So taking the column desc1 I want to insert this into a table
e.g.
Desc1 is record 1 in the table
Desc2 is record 2 in the table
Desc3 is record 3 in the table
Desc4 is record 4 in the table
and so on
Is there a tool or a special type declaration that can be used ?
Regards
Andrew
I have a simple query that does the following :-
select desc1,desc2,des c3,desc4,desc5 from testdata
So I select the data for the above
What I would like to achieve without having to go to great lengths the
following:-
So taking the column desc1 I want to insert this into a table
e.g.
Desc1 is record 1 in the table
Desc2 is record 2 in the table
Desc3 is record 3 in the table
Desc4 is record 4 in the table
and so on
Is there a tool or a special type declaration that can be used ?
Regards
Andrew
Comment