Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Update an Object Type Column

Re: Update an Object Type Column

From: jimmy.brock <jimmybrock_at_gmail.com>
Date: Fri, 21 Dec 2007 09:25:29 -0800 (PST)
Message-ID: <61369777-da2f-4c98-a090-e6ba72be5be4@n20g2000hsh.googlegroups.com>


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 ; Received on Fri Dec 21 2007 - 11:25:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US