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 -> little question

little question

From: Juan Miranda <jmiranda_at_mundo-r.net>
Date: Wed, 24 Jan 2001 15:28:27 -0000
Message-ID: <94mrot$8e82@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 - 09:28:27 CST

Original text of this message

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