I am using a simple sql query like this
SELECT * FROM MyTable WHERE id="Some ID"
so in Python SQLAlchemy like this
resul