|
发表于 2009-10-22 11:10:52
|
显示全部楼层
SQL 查询:
INSERT INTO uuu_city
VALUES ( 10, '北京', '', '|0|', 1, 1, 2 ) ;
MySQL 返回:
#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 '  
INSERT INTO uuu_city VALUES (10, '北京', '', '|0|', 1, 1, 2)' at line 1 |
|