python 連接oracle

import cx_Oracle map1={} map2={} con= cx_Oracle.connect("admin/[email protected]") cursor=con.cursor() cursor.execute('select *  from test1') rows = cursor.fetchall() print rows for x,y,z,m in rows :
相關文章
相關標籤/搜索