I have a table called users and I want to get some users according to the id so I am doing this:
select * from usuarios where id=2;
I just want to get several users with different ids, for example get users who have the id 2,8,10,11,20 at o...
asked by
27.02.2016 / 18:33