con = cx_Oracle.connect('pythonhol/[email protected]/orcl') cur = con.cursor() cur.execute('select * from departments order by department_id') for result in ...
確定! 回上一頁