无详细内容 无 --oracle建表备份脚本,如果update的数据不对,可以从web_ri_plyedr_ced_bak找回create table web_ri_plyedr_ced_bak asselect * from web_ri_plyedr_ced c where c.c_ply_no in ('1100107000102001120150000022','110010700010200112015000001
--oracle建表备份脚本,如果update的数据不对,可以从web_ri_plyedr_ced_bak找回create table web_ri_plyedr_ced_bak asselect * from web_ri_plyedr_ced c where c.c_ply_no in ('1100107000102001120150000022','1100107000102001120150000013','1100107000102001120150000017','1100107000101000320150000002') and c.c_doc_typ ='e'and c.n_tms=2 and c.n_edr_prj_no=1;update web_ri_plyedr_ced c set c.n_tms=1 where c.c_ply_no in ('1100107000102001120150000022','1100107000102001120150000013','1100107000102001120150000017','1100107000101000320150000002') and c.c_doc_typ ='e'and c.n_tms=2 and c.n_edr_prj_no=1;commit;