论坛: 编程破解 标题: 修改不合格确认单备注字段(表头与明细) 复制本贴地址    
作者: SCANDISK [scandisk]    论坛用户   登录
select * from u_dist_m where distno='221117010001'
select * from u_dist_c where distno='221117010001'

alter table u_dist_m disable trigger all
update u_dist_m set notes='虫蛀' where distno='221117010001'
alter table u_dist_m enable trigger all

alter table u_dist_c disable trigger all
update u_dist_c set notes='虫蛀' where distno='221117010001' and wareid='007877'
alter table u_dist_c enable trigger all


地主 发表时间: 22-11-18 01:26

论坛: 编程破解

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号