cancel
Showing results for 
Search instead for 
Did you mean: 

Structure of the sender Data Type

Former Member
0 Kudos

hi;

i have two tables and want to fetch data from both in one go using sender JDBC adapter.

Can any one tell me the structure of the sender Data Type

if Table1 has A1,A2,A3 as fields and Table2 has B1,B2,B3 as fields.

i want to fetch only A1,A2 fields from Table1 and B1,B3 fields from Table2.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos
moorthy
Active Contributor
0 Kudos

Hi,

Just use Select statement in the Sender JDBC adapter , and your structure should have simple structure with required number of fields.

Regards,

Moorthy