little question
From: Juan Miranda <jmiranda_at_mundo-r.net>
Date: Wed, 24 Jan 2001 15:28:27 -0000
Message-ID: <94mrot$8e82_at_cesio.mundo-r.com>
Date: Wed, 24 Jan 2001 15:28:27 -0000
Message-ID: <94mrot$8e82_at_cesio.mundo-r.com>
I need to insert the following expresion:
to_char(F_DELIM_RETE.getMaxLencavoDrop(id_delim_rete),'990') into a varchar2 field.
The problem is the '
I tried with ' , ' ', ". no way.
How can i proceed ?
Thanks
SQL> update m_txt_token set nome_campo=
'to_char(F_DELIM_RETE.getMaxLencavoDrop(id_delim_rete),'990')' where
nome_campo like 'house';
Received on Wed Jan 24 2001 - 16:28:27 CET