Search code examples
postgresqletltalend

How to drop a temporary postgresql table in Talend?


I am implementing ETL job using talend and in the middle of the ETL i want to drop my temporary postgresql table. Which talend component i can use for it?


Solution

  • I used tPostgreSQLRow component and able to drop my temp table