do you table can be as IN procedure in mysql?
+1
A:
R u looking for this ? than ans is yes
select * from table1 where column1 in (select column2 from table2)
Pranay Rana
2010-09-21 09:34:44