SQL Syntax problem

Поиск
Список
Период
Сортировка
От Doris Bernloehr
Тема SQL Syntax problem
Дата
Msg-id 200309281518.02269.bedo7@gmx.net
обсуждение исходный текст
Ответы Re: SQL Syntax problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: SQL Syntax problem  (Bruno LEVEQUE <bruno.leveque@net6d.com>)
Список pgsql-novice
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-novice по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Views and confidentiality
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQL Syntax problem