SQLALCHEMY 中查詢一直返回空的問題

問題描述 HabitQuestion表有個last_answer_time字段,默認是null,就是要作它的篩選過濾。 一開始使用代碼以下:python base_query = base_query.filter(HabitQuestion.last_answer_time.isnot(None)).order_by(HabitQuestion.last_answer_time.desc()))
相關文章
相關標籤/搜索