Conditions in "where" there is more than one, so my Response message has more than one, how to get these information is stored in the local.
For instance, I have two ID, ID=101,ID=102.
select name from table where ID=101
select name from table where ID=102
I want both of the name are stored in the local _name (like: John,Mike).
How to do?