Home > other > Bosses to look at what's the problem
Bosses to look at what's the problem
Time:09-28
Python to MySQL error
CodePudding user response:
You can try this
Cursor=conn. Cursor ()
SQL="" " INSERT INTO runoob_tb1 (runoob_title runoob_author) VALUES (% s, % s) "" "% (1, 2) Cursor. The execute (SQL) MIT () conn.comCursor. The close () Conn. Close ()