$ 0 0 Hi, You can keep on increasing rowid column with this method. INSERT INTO table2 SEL (SEL MAX(rowidcol) AS mx FROM table2) + ROW_NUMBER () OVER ( ORDER BY col2) AS idval, col2, col3 FROM table1 Thanks Harpreet
Hi,
You can keep on increasing rowid column with this method.
INSERT INTO table2
SEL (SEL MAX(rowidcol) AS mx FROM table2) + ROW_NUMBER () OVER ( ORDER BY col2) AS idval, col2, col3 FROM table1
Thanks
Harpreet