hi all,
I use "select country from table",I get countries "US,UK",
then I want to use "select * from table1 where country = ?",
? as countries ,
what can I do .
I use "select country from table",I get countries "US,UK",
then I want to use "select * from table1 where country = ?",
? as countries ,
what can I do .