Getting error when inserting JSON data to Postgres with Python Psycopg2

前端 未结 0 1039
灰色年华
灰色年华 2020-11-30 06:04

I am trying to insert my json data to Postgres with psycopyg2.This is my code below.\'

mport json, sys

from psycopg2 import connect, Error

with open(\'data1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题