SQL文が実行されない

WBOY
リリース: 2016-06-23 13:58:50
オリジナル
1319 人が閲覧しました

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'
ログイン後にコピー

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 はユニオン テーブルの削除をサポートせず、単一のテーブルしか削除できません。
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート