Hi all,
i have to update data from transactional table to my staging table. i want the data to be update incrementally from t_table to staging table. And also if any update is happen in t_table that records also updated in my staging table. How to do it?
Thanks,
i have to update data from transactional table to my staging table. i want the data to be update incrementally from t_table to staging table. And also if any update is happen in t_table that records also updated in my staging table. How to do it?
Thanks,
Comment