Hi,
I have table like below
TABLE XX_TEMP_DATA :
SRC_TBL_NAME SRC_COL_NAME CURRENT_VAL SOURCE_VAL
XX_TBL_1 COL1 100
XX_TBL_1 COL2 ABC
XX_TBL_1 COL3 XYZ
XX_TBL_2 COL8 HAYU
I have a table with source_table_name and source_column name which are acutal database table and columns. I need to exectue them and populate it in source_val column. could any one advise how to do it ?
Thanks,