Re: [ADMIN] Explicit Cast

2003-08-20 Thread Stephan Szabo
On Wed, 20 Aug 2003, Rhaoni Chiu Pereira wrote: > Hi List, > > As I already said .. I'm porting an Oracle DB to PostgreSQL and I must > rewrite most of the functions . So I have a problem to do something like this: > > ... atual_fatura in(''+'',''-'') ... > > It gives me the following error:

Re: [ADMIN] Explicit Cast

2003-08-20 Thread Mendola Gaetano
"Rhaoni Chiu Pereira" <[EMAIL PROTECTED]> wrote: > Hi List, > > As I already said .. I'm porting an Oracle DB to PostgreSQL and I must > rewrite most of the functions . So I have a problem to do something like this: > > ... atual_fatura in(''+'',''-'') ... > > It gives me the following error:

[ADMIN] Explicit Cast

2003-08-20 Thread Rhaoni Chiu Pereira
Hi List, As I already said .. I'm porting an Oracle DB to PostgreSQL and I must rewrite most of the functions . So I have a problem to do something like this: ... atual_fatura in(''+'',''-'') ... It gives me the following error: Unable to identify an operator '-' for types 'numeric' and