Answer the question
In order to leave comments, you need to log in
When I write a postgresql query, it does not see the foriengKey column, how can I make it see it?
Having made two tables in Python and writing foriengkey in the second table, I make the following query
with connection.cursor() as cursor:
sql = "INSERT INTO waldberiss_ozon_Test(title) VALUES ('что-то')"
cursor.execute(sql)
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