id_list = [50, 45, 32, 11] rows=db(dv.autos.id.belongs(id_list)).select()
- [web2py] select from db by list of id cyber
- Re: [web2py] select from db by list of id Vasile Ermicioi
id_list = [50, 45, 32, 11] rows=db(dv.autos.id.belongs(id_list)).select()