cancel
Showing results for 
Search instead for 
Did you mean: 

How to write query to select the record froma a table1 and after insert in table2 delete from the table1.

0 Kudos

Hi,

Please help in writing a query for sender JDBC adapter ..

Can anyone please help to write a query for sender JDBC adapter to select the records based on two keys in table1 and  insert into table2 and delete the records from the table1.

Thanks,

Pawar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

        Is this the requirement at the sender side (JDBC) or is it the end to end scenario requirement?

For the former, you need to implement a stored procedure at the sender jdbc to achieve the functionality.

Search in sdn for stored procedures on sender jdbc.

Regards