Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
SELECT *
FROM table1, table2
Have you tried E.L.T. components such as tELTOracleInput, tELTOracleMap and tELTOracleOutput ?
You can see the pdf documentation on these components at this URL http://www.talend.com/tos/user-guide/V080/TalendOpenStudio_UG_0.8_Eng.pdf from page 130.
You can add where clauses in tELTOracleMap by pushing the button "Add filter row" in an output table.
One of the advantages of ELT components is performance because all processing are done by the Database server.
An other way is to use the tOracleRow. You can type your custom query and send results in a tOracleOutput component.