How can I insert/ update using the same JDBC Tee?
Hi I am trying to insert into a table if the records are not present and update if the existing record is already present. Can you please show how I can do it using JDBC Tee ? Thanks
add a comment