I am trying to figure out how I can select multiple rows from a table, based on the id column. Something like this:
select * from table where id=1 and id=2 and id=3
Should I loop through every id and perform a query for each iteration?
I am trying to figure out how I can select multiple rows from a table, based on the id column. Something like this:
Should I loop through every id and perform a query for each iteration? |
||||
|
|
|||
|
If you want to have results where You actually want results where Or you want results where Or you want results where |
|||
|