Re: execute if statement

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: execute if statement
Date: 2012-12-03 09:39:05
Message-ID: 50BC7339.7060602@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/1/2012 11:59 AM, Peter Kroon wrote:
>
> I do not wish to create a function for each query I have.
>

query's aren't IF statements.

SELECT stuff FROM table WHERE conditions ....; <= thats a query.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-12-03 10:05:07 Re: Postgres PHP error
Previous Message Jasen Betts 2012-12-03 09:02:15 Re: execute if statement