#!/usr/bin/ python #encoding:utf8 from sqlalchemy import * from ... s1 r1 = conn.execute(s1) #執行查詢 print r1.fetchall() #返回查詢結果!
確定! 回上一頁