Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Query in 10g

Re: Query in 10g

From: Johan Eriksson <valpis_at_gmail.com>
Date: Wed, 8 Nov 2006 16:25:57 +0100
Message-ID: <6c133d8a0611080725w61ab2214p5f274d70fb47736d@mail.gmail.com>


and what if you omit the concatination part?

select ACUM_PERIODO,con_nombre, pec_saldo_valor, acum_valor_local from VRH_PRO_ACU_COL_PAG
WHERE emp_codigo = '43103973' and ACUM_ANO = 2006 and acum_mes=9 /

still gives you error?

from the reference:


Error: ORA 1722
Text: invalid number



 Cause: The attempted conversion of a character string to a number failed
        because the character string was not a valid numeric literal. Only
        numeric fields or character fields containing numeric data may be used
        in arithmetic functions or expressions. Only numeric fields may be
        added to or subtracted from dates.
Action: Check the character strings in the function or expression. Check that
        they contain only numbers, a sign, a decimal point, and the character
        "E" or "e" and retry the operation.


Nothing that could apply?

On 11/8/06, crcbedoy_at_proteccion.com.co <crcbedoy_at_proteccion.com.co> wrote:
>
> Con_nombre is a name, nombre means name in spanish:)
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Nov 08 2006 - 09:25:57 CST

Original text of this message

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