gpt4 book ai didi

python - 从表中选择数据并插入到不同的数据库中

转载 作者:行者123 更新时间:2023-11-29 12:22:55 25 4
gpt4 key购买 nike

我正在使用 python 和 psycopg2 远程查询一些 psql 数据库,我正在尝试找出从远程表中选择我需要的数据的最佳方法,并将其插入到单独数据库上的表中(本地应用程序服务器)。

我读过的大部分内容都指示我避免 executemany 并着眼于 COPY 操作,但我不确定如何在特定的 select 语句而不是整个表上实现它。我应该朝这个方向前进还是完全离开?

最佳答案

but I'm unsure how to implement this on a specific select statement as opposed to the entire table

COPY 不仅限于表,你也可以使用查询作为源,查看手册中的示例,它展示了如何使用 COPY 创建基于查询的文本文件:

http://www.postgresql.org/docs/current/static/sql-copy.html#AEN59055(第三个例子)

关于python - 从表中选择数据并插入到不同的数据库中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4441785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com