Re: help need it

From: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: rute solipa <rutes(at)eselx(dot)ipl(dot)pt>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: help need it
Date: 2003-04-08 19:40:39
Message-ID: Pine.LNX.4.44.0304081734510.2563-100000@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance pgsql-sql

On Tue, 8 Apr 2003, rute solipa wrote:

> i've an oracle query:
>
> Select tb_users.ds_description, tb_users.cd_role, tb_users.cd_user,
> tb_users.ds_login, tb_monitores.cod_equipa from tb_users, tb_monitores
> where ds_login like 'varLogin' and ds_password like 'varPassword' and
> tb_users.cd_user = tb_monitores.cd_user(+)
>
> how can i transform it to an postgresql query?

Can you check the postgresql manual if the (+) operator
means something related to OUTER joins?
If yes then use [LEFT|RIGHT] OUTER JOIN of postgresql.

>
>
> best regards
>
> etur
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel: +30-210-8981112
fax: +30-210-8981877
email: achill(at)matrix(dot)gatewaynet(dot)com
mantzios(at)softlab(dot)ece(dot)ntua(dot)gr

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Denis 2003-04-08 19:57:16 Yet Another (Simple) Case of Index not used
Previous Message Stephan Szabo 2003-04-08 15:16:34 Re: help need it

Browse pgsql-sql by date

  From Date Subject
Next Message Dennis Gearon 2003-04-08 19:55:35 Re: [GENERAL] Problem about Triggers and Function
Previous Message Josh Berkus 2003-04-08 19:29:47 Re: Problem about Triggers and Function