SQLite Forum

(Deleted)
Login
Well, did you read what I wrote at the beginning of the topic?

#There is a GUI built with Pyqt5 Qt and there is no id field on this GUI.I am trying to create SQLite3 database for this GUI.9 columns on GUI and There are 10 columns on the database. so i have problem in insert field. I've been getting errors for days.Since I am a student, I am just learning and I am having difficulties in this regard.

that is, the ID will be generated by the database. No data entry will be made for this field on the GUI. That's why Database 10 column - GUI 9 column. I think I need to make the registration of the ID data in this field with a command such as WHERE or SELECT on the database.