আমি একটি INSERT INTO বিবৃতি কার্যকর করি
cursor.execute("INSERT INTO mytable(height) VALUES(%s)",(height))
এবং আমি প্রাথমিক কীটি পেতে চাই।
আমার টেবিলটিতে 2 টি কলাম রয়েছে:
id primary, auto increment
height this is the other column.
আমি কেবল এটি inোকানোর পরে কীভাবে "আইডি" পাব?
1
stackoverflow.com/questions/706755/...
—
pmav99