en Oracle no se usa el SET para establecer el valor de una variable
SET variable_name = value;
eso te dara un descriptivo "ORA-00922: missing or invalid option"
para hacerlo, se hace al estilo de Delphi =o)
variable_name := value;
Thursday, April 26, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment