Answer Posted / Avinash Divakar
Inner Join in Talend can be performed using the tSQLRow component. Here's a simple example of an inner join between two tables:n
- Add tSQLRow and configure the SQL statement with an inner join, for example:n
SELECT a.id, a.name, b.address FROM table_a AS a INNER JOIN table_b AS b ON a.id = b.id_fk
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category