delete x from wh_stock x join item bi on x.item_no=bi.item_no where bi.class_no='类别编号'
delete ac_payrec_record where approve_flag = '0' and sheet_no = '单号'
查询删除付款单中的入库单 select voucher_no from ac_payrec_flow a left join ac_payrec_record b on b.settle_no = a.voucher_no where b.settle_no is null &nbs...
把类别1里的会员卡挪到类别2里 update pos_vip_info set card_type='2' where card_type='1'
select * from item where item_subno = '改成条码' select * from ba_multi_item where plu_no = ' 改成条码 '