Is it possible to get the old value which was updated to new value by using 'SELECT' statement?
Consider if a value 'NO' in oracle table is updated to 'YES' by simple update statement. Can I get the original value 'No' by using select statement without modifying the original update statement?
Consider if a value 'NO' in oracle table is updated to 'YES' by simple update statement. Can I get the original value 'No' by using select statement without modifying the original update statement?