insert into alipay(username) VALUES ('12345678');
insert into alipay(username) VALUES ('12345678');
这两句有什么不同,第一句可以正常添加数据
第二句执行不过,要出错
错误码: 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 alipay(username) VALUES ('13888888009')' at line 2
=================================================
看了半天都没看出这两句有什么不一样的地方