Re: Query execution based on a condition - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: Query execution based on a condition
Date
Msg-id 50DF489F.4030109@gmail.com
Whole thread Raw
In response to Query execution based on a condition  (JORGE MALDONADO <jorgemal1960@gmail.com>)
List pgsql-sql
On 12/29/2012 11:05 AM, JORGE MALDONADO wrote:
> I have a query similar to the one shown below but, depending on the
> value of a field, only the first SELECT statement shoud execute and the
> other 3 should be ignored. Is there a way to achieve this situation?

Probably so, but is hard to be specific without more information. In a 
particular the condition/field being tested and values being tested for.

> Respectfully,
> Jorge Maldonado


-- 
Adrian Klaver
adrian.klaver@gmail.com



pgsql-sql by date:

Previous
From: msi77
Date:
Subject: Re: Query execution based on a condition
Next
From: Emi Lu
Date:
Subject: Split a string to rows?