所以where條件上,需要可以依需求來取得資料。 str_sql = "select column from yourTable where col1=:col_a and col2=:col_b" cursor.execute(str_sql, { ...
確定! 回上一頁