Python Postgresql update a single row error

前端 未结 0 1576
夕颜
夕颜 2021-01-30 13:34

I am trying to run the following code block:

conn = psycopg2.connect(**params)
curr = conn.cursor()
try:
    ##Writing update on Audit Table##
    if n_row > 0         


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