详解python中executemany和序列的使用方法
详解python中executemany和序列的使用方法
一代码
importsqlite3
persons=[
("Jim","Green"),
("Hu","jie")
]
conn=sqlite3.connect(":memory:")
conn.execute("CREATETABLEperson(firstname,lastname)")
conn.executemany("INSERTINTOperson(firstname,lastname)VALUES(?,?)",persons)
forrowinconn.execute("SELECTfirstname,lastnameFROMperson"):
print(row)
print("Ijustdeleted",conn.execute("DELETEFROMperson").rowcount,"rows")
二运行结果
y========
('Jim','Green')
('Hu','jie')
Ijustdeleted2rows
以上就是python中executemany和序列的应用,如有疑问请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
热门推荐
10 病人祝福语老师寄语简短
11 新娘生孩子祝福语简短
12 婆婆66岁祝福语简短
13 今天孩子高考祝福语简短
14 送彩票生日祝福语简短
15 分别祝福语简短情话英文
16 画室揭牌仪式祝福语简短
17 女友妈妈生日祝福语简短
18 离别赠言离职祝福语简短