How to order data in sqlalchemy by list

前端 未结 4 745
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 13:27

I have list of ID from external postgresql database.

A = [1,2,3,4,5,6,7,98,0]

I would to do query to database using SQLAlchemy, but I would

4条回答
提交回复
热议问题