HI,
I am using oracle 11g release 11.2.0.4.0. I have a problem regarding inserting multiple rows into table based on other table's column value .Let me explain me bit more .
I have a table PATIENT and other table CROSS_REF AS mentioned below .
How to build insert statement from patient and cross ref so that i will get the desired output. I tried with merge but i could not accomplish.
