Home > Q&A > body text
ringa_lee2017-04-18 10:30:08
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