Re: Extended Query: Parse Command: syntax?

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Extended Query: Parse Command: syntax?
Date: 2004-07-08 14:53:30
Message-ID: a06110404bd130fdb9eb2@[213.224.114.207]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

At 4:26 PM +0200 7/8/04, M. Bastin wrote:
>When you send the query to be parsed I presume you must somehow tell
>which elements of it are parameters. How do you do this?
>
>e.g.: SELECT name, phone FROM friends WHERE age > 25;
>
>How would I write this if "name" and "25" must be parameters? Or if
>the operator ">" should be a parameter or modifiable in another way?

Can "age > 25" as a whole be a parameter?

Thanks,

Marc

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Steve Crawford 2004-07-08 16:41:46 Re: Storage space lost during an UPDATE
Previous Message M. Bastin 2004-07-08 14:26:55 Extended Query: Parse Command: syntax?