PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

sql 话语不执行

原创
2016-06-13 11:55:02 697浏览

sql 语句不执行
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 packageno='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'?
------解决方案--------------------

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'
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。