Home > Backend Development > PHP Tutorial > sql 话语不执行

sql 话语不执行

WBOY
Release: 2016-06-13 11:55:02
Original
941 people have browsed it

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'
Copy after login

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template