Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sysdate is not updating to a column

675067Dec 12 2008 — edited Dec 12 2008
I 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2009
Added on Dec 12 2008
10 comments
3,132 views