Quote:
|
Originally Posted by db2hrishy
I was just wundering if there was nay way to do this using sql/pl or something ?
|
Sure: just insert the rows one by one and ignore the negative SQLcodes on the way.
The simplest way to do this would be with a cursor to iterate the rows returned by your SELECT.
Nevertheless, certainly when the number of rows is large, the LOAD solution is in far the better one.