[Answered ]-In SQLAlchemy, how to input a list and get eligible items in the table? 24 December 2023 by thecoderscamp.com 2👍 ✅ Already know the answer, there is a in_ function 👤Hanfei Sun [Answered ]-Django and Post to Facebook (no authentication) 0👍 Try: ID_list = [1,3,4] DBSession.query(TableA).filter(TableA.id.in_(ID_list)) 👤Tony Gibbs [Answered ]-Django view didn't return an HttpResponse object [Answered ]-Overwrite the url in .htaccess file for django Source:stackexchange.com