insert into t_region
select  seq_region_id.nextval,t.REGION_ID,2, distinct r.city,r.city,'','','','1'from t_region t,t_test_region rwhere r.PROVICE=REGION_NAME;  
如何让distinct顺利通过??