Answer the question
In order to leave comments, you need to log in
Why does it output None even though there is data in the table?
result_Devit_pm = curr.execute(
f"""SELECT class FROM {table_name}""")
print(result_Devit_pm)
Answer the question
In order to leave comments, you need to log in
Haven't forgotten anything?
records = curr.fetchall()
Working with PostgreSQL in Python
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question