我正在使用sqlalchemy並試圖執行上面的查詢。 ... subquery = session.query(Apartments.id).filter(Apartments.postcode==2000).subquery() query ...
確定! 回上一頁