拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
sql = "INSERT tb1(username) VALUES('name11')"
or:
sql = "INSERT into tb1(username) VALUES('name11')"
It all works, there are no errors, is it because the database is not refreshed
or:
It all works, there are no errors, is it because the database is not refreshed