insert into t_c5_one(bgdw,bgr,bkbh,bklb,blfl) SELECT substr(Report_card_no,0,9),
Reporter,Report_card_no,decode(Card_Status,'原始卡','1','订正卡',
Age_unit,Address_code,'0','_','0','0',null,cast(Dead_Last_auditing_timecast as timestamp),"",cast(Fill_in_date as timestamp),Fill_in_doctor,'',
cast(Recently_edit_time as timestamp),decode(Pat_gender,'男','1','女','2'),Borough_Code,'','','0',cast(Confirm_date as timestamp),Id_card,
'' as gldx_id,Address,Address_code,''as zzdbz ,'' as bgjgmc,'' as gljgdm ,'' as gljgmc  FROM cdcbuf.T_C5_TWO@zhdata';使用dblink查询出表中的值经过转换插入特定的表中。使用存储过程