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 までご連絡ください。