I'm not able to do a select in the PostgreSQL database. Python 3.
conn = psycopg2.connect(host="localhost", dbname='postgres', user='postgres', password=postgres)
cur = conn.cursor()
cur.execute("select id_log, nm_ip, dh_chamada, nm_tipo, nm...
asked by
11.06.2018 / 15:51