Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
output_row.CustID = input_row.CustID;
output_row.CustName = input_row.CustName;
output_row.conn=input_row.SubId1+","+input_row.Amount1+";"+input_row.SubId2+","+input_row.Amount2+";"+input_row.SubId3+","+input_row.Amount3;
Starting job ddd at 20:00 07/04/2010.
.------+--------+-----+------.
| tLogRow_1 |
|=-----+--------+-----+-----=|
|CustID|CustName|SubId|Amount|
|=-----+--------+-----+-----=|
|11 |Sam |1 |200 |
|11 |Sam |2 |400 |
|11 |Sam |3 |600 |
'------+--------+-----+------'
Job ddd ended at 20:00 07/04/2010.
However I have a query on the right approach when there are numerous complex element types (number of repeating elements is dynamic).