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: [SQL] update on nested table of substitutable value

Re: [SQL] update on nested table of substitutable value

From: Antonio 6sette <bottesini_at_libero.it>
Date: Mon, 30 Jan 2006 14:14:59 +0000 (UTC)
Message-ID: <drl713$c76$2@area.cu.mi.it>


On 2006-01-30, Antonio 6sette <bottesini_at_libero.it> wrote:

UPDATE (

	SELECT TREAT(VALUE(c) AS dip_var_vc2).valore cambiami
	FROM TABLE(SELECT dip_var FROM dipendenti
	WHERE id=1) c)
	SET cambiami = 'XXX';

update (
*
ERROR at line 1:
ORA-01733: virtual column not allowed here

?!

-- 
#include <stdio.h>
int main(void){char c[]={10,65,110,116,111,110,105,111,32,98,97,114,98,111,110,
101,32,60,104,105,110,100,101,109,105,116,64,116,105,115,99,97,108,105,110,101,
116,46,105,116,62,10,10,0};printf("%s",c);return 0;}
Received on Mon Jan 30 2006 - 08:14:59 CST

Original text of this message

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