SQL Syntax problem - Mailing list pgsql-sql

From Doris Bernloehr
Subject SQL Syntax problem
Date
Msg-id 200309281443.09936.bedo7@gmx.net
Whole thread Raw
Responses Re: SQL Syntax problem  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
Re: SQL Syntax problem  (sad <sad@bankir.ru>)
List pgsql-sql
Hello.

I've got a problem in porting the following select statement from Oracle to 
Postgres, because of the characters after "b.bet_id" and "f.ask_id" in the 
where clause: (+)
I don't know what these characters mean and how I can transform these into 
PostgreSql Syntax.


select        ...
from         auswahlkatalog k, anspruchkorrektur a, beteiligter b, v_betkorr f
where           k.awk_id = a.awk_id and b.bet_id(+) = a.bet_idemp    and a.ask_id = f.ask_id(+);


Hoping for help.
Doris



pgsql-sql by date:

Previous
From: "The Guardian"
Date:
Subject: Problems to be solved as soon as possible
Next
From: Bruno Wolff III
Date:
Subject: Re: Need to overcome UNION / ORDER BY restriction