Data Integration Connectors
- Data Integration Connectors
- All Products
where, :TU. in the update query, that represents the incoming data source for the target port, must match the target table column names and the WHERE clause is mandatory in the query.UPDATE <schema name>.<Target table name here> SET <Column1> = :TU.<Column1>, <Column2> = :TU.<Column2>, <ColumnN> = :TU.<ColumnN> WHERE <Upadate Column1> = :TU.<Upadate Column1>