Py学习  »  rd_nielsen  »  全部回复
回复总数  1
3 年前
回复了 rd_nielsen 创建的主题 » 在Python中使用Psycopg3将CSV复制到PostgreSQL数据库

你可能应该包括 with (format csv) 第条(见 https://www.postgresql.org/docs/current/sql-copy.html )或者显式指定引号和分隔符字符。