When comparing date columns. If one table has time component and the target does not, comparing table data does not work.
Source
--------------
trunc(sysdate)
target
---------
sysdate
The script generated by comparing misses the time component. The to_date function looks like:
TO_DATE('2006/03/08 ', 'YYYY/MM/DD HH24:MI:SS')
thanks.
Source
--------------
trunc(sysdate)
target
---------
sysdate
The script generated by comparing misses the time component. The to_date function looks like:
TO_DATE('2006/03/08 ', 'YYYY/MM/DD HH24:MI:SS')
thanks.