我有一个要求,其中我需要根据一列上的一个条件将具有 50M 记录的大表分解为两个表。我不想使用“insert into table1 select * from table2 where condition = true”语句。
做这个的最好方式是什么?提前致谢。
我有一个要求,其中我需要根据一列上的一个条件将具有 50M 记录的大表分解为两个表。我不想使用“insert into table1 select * from table2 where condition = true”语句。
做这个的最好方式是什么?提前致谢。