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 -> Re: PL/SQL Question: about local variables...

Re: PL/SQL Question: about local variables...

From: Erik Hage <nicxragua_at_hotmail.com>
Date: Fri, 07 Aug 98 18:14:39 GMT
Message-ID: <6qfgti$md4$1@news1.sol.no>


Pretty stupid that ORACLE didn't think about host-variable syntax when they made the PL/SQL-language.

UPDATE table SET name = :name WHERE id = ...

Very convenient to have the same name on a variable harbouring data from a database coloumn as the coloumn itself.

Erik Received on Fri Aug 07 1998 - 13:14:39 CDT

Original text of this message

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