How to query a table, in sqlalchemy December 4, 2023 by Tarik I think it’s Session.query(questions).filter(questions.c.user_id==123).one()