Iterate Through List of Oracle.LOB XML and return a row in a table

前端 未结 0 935
长发绾君心
长发绾君心 2020-12-12 03:10

I have the following query:

import cx_Oracle
connstr = \'str/str@serv\'
conn = cx_Oracle.connect(connstr)

cursor = conn.cursor()

cursor.execute("SELECT         


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