Hi all,
source table:
c_bo_cntc(phone_type,phone_num)
source data exmple:
PH,123
PH,124
TPH,128
TPH,231
......
total 3000 records
TARGET table:
RR_CNTC(emp_phone_num,emp_tina_num)
TARGET data example:
123,128
124,231
......
It is a Row to Column conversion example in Oracle...
Also is it mandatory to use the aggregate function inside pivot()?
can some help me in this case.
Thanks