Help with sqlexec & filter
Can some one provide syntax for using sqlexec & filter
Below is requirement..We have 2 tables
Table A has one column MID varchar2(30)
Table B has one column MID varchar2(30)
Requirment is to replicate data from table B only if the MID is present in table A.How can i achieve this?