输入banner图图片脚本导航/分类

pymysql.err.InternalError:

"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