首頁 >後端開發 >php教程 >sql 话语不执行

sql 话语不执行

WBOY
WBOY原創
2016-06-13 11:55:02942瀏覽

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 <br />union all select * from FG_hi_cust_In where hi_no like 'ESC%')a where a.packageno='xxx'

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn