最好是把判断的语句写在SQL里面,一般从一个表或视图查询数据插入另外表的语句是:insert into new_tab select * from old_tab;同时加上判断条件的语句是:insert into new_tab select * from old_tab where ....;