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

Home -> Community -> Usenet -> c.d.o.misc -> column update order

column update order

From: <geraint.williams_at_gmail.com>
Date: 20 Nov 2006 19:16:08 -0800
Message-ID: <1164078968.874942.273760@h54g2000cwb.googlegroups.com>


Hello,

Is the following safe, can we rely on the order of the columns being updated? (Oracle 10g)

update t set old_date = current_date, current_date = sysdate;

Thanks Received on Mon Nov 20 2006 - 21:16:08 CST

Original text of this message

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