I want to write a generic function to compare the before amendment and after amendment rows in an Audit Table created by various triggers.
Can you access the columns using 1 to no of columns in the same way as you can order by 1 etc?
I thought of picking up the column names from all_tab_columns, but this only gives me the description of the names, and i dont know how to use these to find out the 'Contents of' these fields.
Hope someone can help.
Can you access the columns using 1 to no of columns in the same way as you can order by 1 etc?
I thought of picking up the column names from all_tab_columns, but this only gives me the description of the names, and i dont know how to use these to find out the 'Contents of' these fields.
Hope someone can help.