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: substitution variable

Re: substitution variable

From: Vaishnavi <bhavanimurali_at_gmail.com>
Date: 26 Dec 2004 08:51:38 -0800
Message-ID: <1104079898.847774.177470@c13g2000cwb.googlegroups.com>


Hi,

Why don't you do like this?
update emp set sal = sal * 1.1 where sal < 1000;

Sincerely
Vaishnavi Received on Sun Dec 26 2004 - 10:51:38 CST

Original text of this message

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