mysql INSERT INTO 供货表 供货商ID 供货商名称 厂家地址 账户 联系人 VALUES 1 北京三星有限公司 北京西城区德外大街8号 620350002154225 陈友谅 10 北京苹果有限公司 北京西郊百万庄208 620325552412545 李东平 11 北京魅族有限公司 北京市朝阳区惠新里8号 620326542258966 王辉 12 北京联想科技有限公司 北京市东
It seems that there is an error in the SQL syntax. The error message "1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1" indicates that there is a problem near the end of the statement.
It could be that there is a missing value or a typo in the statement. Without seeing the full context, it is difficult to determine the exact problem.
原文地址: https://www.cveoy.top/t/topic/fpdG 著作权归作者所有。请勿转载和采集!