Oracle 多表关联查询后修改

--t_veh_traffic_vio 违法表 --vhcl_info 车辆信息表 --单表修改,修改2014年4月份违法数据的同步标志位 update t_veh_traffic_vio t set t.synchflag = 0, t.synchstatus = 'u' where t.wfsj > to_date('2014-04-01', 'yyyy-mm-dd') and
相关文章
相关标签/搜索