Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Update an Object Type Column
On Dec 21, 12:25 pm, "jimmy.brock" <jimmybr..._at_gmail.com> wrote:
> I find the solution I was looking for, where I can update only the
> attributes I want without updating the other attributes.
>
> UPDATE t t_update
> SET
> t_update.ACKHEADER.MESSAGEDATE = sysdate
> , t_update.ACKHEADER.TRANSMISSIONACKCODE = '01'
> WHERE t_id = 1 ;
Thanks Jimmy Received on Fri Dec 21 2007 - 12:02:27 CST
![]() |
![]() |