This should work (different SQL, same result): t = Session.query( Posts.user_id, func.max(Posts.post_time).label('max_post_time'), ) ...
確定! 回上一頁