Answer the question
In order to leave comments, you need to log in
How to get single cell value from postgre sql table using python?
when querying 'SELECT access FROM table WHERE id = 12345;' to the database through python and calling the fetchone() function, 2 values are returned: field values and an empty value. How to make it so that only the value of the cell is returned when querying without using such a fetchone () [0] construct
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