Psycopg2 Cursor Execute Function returning an error

后端 未结 0 1835
抹茶落季
抹茶落季 2021-01-03 07:58

I have the code listed below to perform a DB truncate -

truncate_sql = """
               DELETE FROM %s
               """

cur         


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