gussifinknottle
Programmer
Hello,
I would like to retrieve all of the data from table1 wherein two of the columns match two columns in table2.
I have done a select * from table1 where col1 in (select col1 from table2) and col2 in (select col2 from table2)
I am not getting the right number though? What do I need to modify?
Thanks,
Gussi.
I would like to retrieve all of the data from table1 wherein two of the columns match two columns in table2.
I have done a select * from table1 where col1 in (select col1 from table2) and col2 in (select col2 from table2)
I am not getting the right number though? What do I need to modify?
Thanks,
Gussi.