Answer the question
In order to leave comments, you need to log in
Request error?
conn = sqlite3.connect('db.sqlite3')
cursor = conn.cursor()
cursor.execute(f"""CREATE TABLE {i['id_shop']}_{i['name']}(ID int NOT NULL AUTO_INCREMENT, date varchar(25) NOT NULL, title varchar(140) NOT NULL, d varchar(255) NOT NULL, n varchar(255) NOT NULL, k varchar(255) NOT NULL, ocenka varchar(25) NOT NULL, real1 varchar(25) NOT NULL, sku_id varchar(25) NOT NULL, PRIMARY KEY (ID))""")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question