一般來說,如果直接透過cx_Oracle.cursor.excute來取得資料集的話,這個回傳資料集會是一個物件! cursor = db.Cursor() sql = 'select 123 coluu from ...
確定! 回上一頁