sql server - Update MySQL table from an MSSQL Table with Talend -
i want update mysql table values retrieved mssql table in talend.
i used mssql table tmssqlunput, tmap , mysql table tmysqloutput couldn't update establish join query , update table.
what should do?
you can define key in schema of tmysqloutput , select action update. way talend generate update statement using key columns in update clause...and process them @ mysql db.
it done each row coming out of tmap.
if want write own sql should use tmysqlrow..
Comments
Post a Comment