python中使用pymysql創(chuàng)建table是報(bào)錯(cuò)是上面標(biāo)題,sql語(yǔ)句如下:
sql = '''
create table music (
id int not null auto_increment,
song text,
singer text,
genre text,
issue text,
publisher text,
score text)'''
百度,問(wèn)題是:自增字段必須是主鍵。解決辦法是設(shè)置id為主鍵。
修改后sql為:
sql = '''
create table music (
id int not null auto_increment,
song text,
singer text,
genre text,
issue text,
publisher text,
score text,
primary key(id)
)'''
感謝:https://www.cnblogs.com/guodongdidi/p/6290782.html
創(chuàng)新互聯(lián)是一家專(zhuān)注于網(wǎng)站制作、成都網(wǎng)站建設(shè)與策劃設(shè)計(jì),思茅網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)做網(wǎng)站,專(zhuān)注于網(wǎng)站建設(shè)十載,網(wǎng)設(shè)計(jì)領(lǐng)域的專(zhuān)業(yè)建站公司;建站業(yè)務(wù)涵蓋:思茅等地區(qū)。思茅做網(wǎng)站價(jià)格咨詢:18980820575