我执行INSERT INTO语句
cursor.execute("INSERT INTO mytable(height) VALUES(%s)",(height))
我想获取主键。
我的表有2列:
id primary, auto increment
height this is the other column.
我刚刚插入了这个,如何获得“ id”?
湖上湖
一只萌萌小番薯
相关分类