当前位置:Gxlcms > 数据库问题 > pymysql.err.InternalError:

pymysql.err.InternalError:

时间:2021-07-01 10:21:17 帮助过:17人阅读

"insert into course VALUES({}, {}, {})"

可惜出现大规模报错。。。

pymysql.err.InternalError: (1054, "Unknown column ‘物理‘ in ‘field list‘")

但还好最后解决了——将Value中的每一个占位符都加一个引号,即

sql = "insert into course VALUES({}, {}, {})"

 

pymysql.err.InternalError:

标签:nal   nbsp   value   sql语句   column   pre   出现   ror   insert   

人气教程排行