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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracal Conversion Issue

Re: Oracal Conversion Issue

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Wed, 28 Nov 2001 17:51:45 GMT
Message-ID: <Ru9N7.89164$XJ4.48830776@news1.sttln1.wa.home.com>


You are missing 2 )'s for the 2 rtrims.
 SQL> select rtrim (to_char(sys_sbb)) || ','||  2 rtrim (to_char(prin_sbb)) ||','||
 3 FROM SBB_BASE;
Jim

"Peter" <pmclinn_at_mclinn.com> wrote in message news:c4e93d03.0111280948.4a8d549c_at_posting.google.com...
> I'm trying to export a file but I keep getting the following err:
> ORA-00936: missing expression
>
> Here is my code? What do you think?
>
> SQL> select rtrim (to_char(sys_sbb) || ','||
> 2 rtrim (to_char(prin_sbb) ||','||
> 3 FROM SBB_BASE;
Received on Wed Nov 28 2001 - 11:51:45 CST

Original text of this message

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