Hi,
i have an excel input like below. And i want to insert them into database in parent-child manner.
parent code || child code
AB || CD
CD || EF
EF || GH
GH || AB
But i want to restrict the value of 4th row. As it will go into infinite loop.
thanks in advance
i have an excel input like below. And i want to insert them into database in parent-child manner.
parent code || child code
AB || CD
CD || EF
EF || GH
GH || AB
But i want to restrict the value of 4th row. As it will go into infinite loop.
thanks in advance