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: Functions in Update

Re: Functions in Update

From: Serge Rielau <srielau_at_ca.eye-be-em.com>
Date: Sat, 14 Feb 2004 09:50:54 -0500
Message-ID: <c0lcku$g0b$1@hanover.torolab.ibm.com>


Try this, not sure about Oracle's select merge rules, you may end up with Ron's proposal anyway if func1() is deterministic.

UPDATE mytable SET (col2, col3)

Cheers
Serge

-- 
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Received on Sat Feb 14 2004 - 08:50:54 CST

Original text of this message

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