sqlite3, IntegrityError: UNIQUE constraint failed when inserting a value

sqlite报错:python

sqlite3.IntegrityError: UNIQUE constraint failed: IMAGESTATUE.IDsql

 

解决方案:sqlite

Change INSERT to INSERT OR IGNORE
相关文章
相关标签/搜索