How to update existing rows when importing csv with psycopg2

后端 未结 0 977
鱼传尺愫
鱼传尺愫 2020-12-15 02:25

I have a CSV file that I want to import do my postgresql database using Python. My current python code is:

import psycopg2

conn = psycopg2.connect("host         


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