sql语句没有执行
(***'ESC%')='xxx'
- - - 解决方案 - - - - - - - - - -
(***'ESC%').='xxx'?
- - - 解决方案 - - - - - - - - - -
delete from (select * from sys_barcode_1d_y union all select * from sys_barcode_1d_y_bak
union all select * from FG_hi_cust_In where hi_no like 'ESC%')a where a.packageno='xxx'
登录后复制