Re: Function in selection? - Mailing list pgsql-general

From Jean-Luc Lachance
Subject Re: Function in selection?
Date
Msg-id 3E70D7EA.375D589B@nsd.ca
Whole thread Raw
In response to Function in selection?  (Dousak "May (Phoebus Apollonus)" <phoebus@email.si>)
Responses Re: Function in selection?  (Dousak "May (Phoebus Apollonus)" <phoebus@email.si>)
List pgsql-general
How is Z being joined?  What's the condition?


"Dousak May (Phoebus Apollonus)" wrote:
>
> Hi, I want to make really advanced query and I'm not sure it's
> possible... it would be "like that":
>
> select A, B, C, D, E, F from TABLE_X ORDER BY D, C, E
>   if A==0 AND B!=0 {A=B*Z.TABLE_Y}
>   if A!=0 AND B==0 {B=A/Z.TABLE_Y}
>
> OK, I don't really have problems with first line :), but how can I tell
> him to select like the second and third line are telling it?
> is that possible? :/
>
> Tnx,
>
> May
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: PL/Java (was: stored procedures)
Next
From: "scott.marlowe"
Date:
Subject: Re: unlock rows