当前位置: 代码迷 >> PHP >> sql 话语不执行
  详细解决方案

sql 话语不执行

热度:84   发布时间:2016-04-28 19:22:45.0
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'
  相关解决方案