Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I currently have a SQL query that I need to put into a Talend job.
This query has 2 tables, table A and B and the WHERE clause in the query is as follows
WHERE TableA.Field_1 = TableB.Field_1
AND (TableA.Field_2 <> TableB.Field_2
OR TableA.Field_3 <> TableB.Field_3)
How can I translate this into a Talend job?