sysdate is not updating to a column
675067Dec 12 2008 — edited Dec 12 2008I have a query that update column to sysdate. The problem sometimes it updates but sometimes not.
Here is my sample query.
Update table1 set a= 'a', b='b', c=SYSDATE where table1.no = '1'
Is there any issue of a SYSDATE.
Thanks a lot!