klornpallier
Technical User
I have a table containing column names of other tables. I need to place them into variables & use them to write to UTL_file in a csv. i.e.
Table Column
------------------
Table A Column A
Table A Column B
Output File:
Column A, Column B
Its probably really easy if you know how but an example would be appreciated.
Table Column
------------------
Table A Column A
Table A Column B
Output File:
Column A, Column B
Its probably really easy if you know how but an example would be appreciated.