Hi
I have two tables emp and dept in both table there is column last_updatedatetime which stores date with time and there is some more columns in both the table and the deptno is common in both table
next i have created one view using this table with readonly.
now i wanted to get those value from view if last_updatetime get changed in base tableĀ and wanted to store only those data into temp table.
Please help me to resolve the above issue
Thanks in advance