cx = sqlite3.connect("c:/数据库名字")#打开数据库
cu = cx.cursor()
cu.execute("INSERT INTO [user] VALUES('乔任梁', '123', '123','测试','122','111')")#新增sql
cx.commit()

相关文章:

  • 2021-12-05
  • 2021-10-23
  • 2022-12-23
  • 2021-05-28
  • 2021-08-07
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2021-04-19
相关资源
相似解决方案