gpt4 book ai didi

python - psycopg2 "select for update"

转载 作者:行者123 更新时间:2023-12-04 16:06:18 37 4
gpt4 key购买 nike

我正在使用 psycopg2 将 Postgresql 与 Python 结合使用,但我不确定如何获得“选择更新”查询来使用它。我还可以使用 psycopg2 以外的东西。如何使用 Python 创建用于更新查询的 postgresql 选择?

最佳答案

psycopg2 只是执行您发送给 execute 方法的字符串中的 sql。您只需像在其他任何地方一样将 select for update 放入您的查询中。

cursor.execute("""select * from some_table for update""")

关于python - psycopg2 "select for update",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48680132/

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