hi,
does anybody know how to change a table with some values: row_A(1), row_A(2), row_A(3) into a table with values: column_A(1), column_B(2), column_C(3) with a stored procedure?
Ex.
column_A column_A | column_B | column_c
row_A 1 1 2 3
row_A 2 =>
row_A 3
thanks
John
does anybody know how to change a table with some values: row_A(1), row_A(2), row_A(3) into a table with values: column_A(1), column_B(2), column_C(3) with a stored procedure?
Ex.
column_A column_A | column_B | column_c
row_A 1 1 2 3
row_A 2 =>
row_A 3
thanks
John