Extended Query: Parse Command: syntax?

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

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?

(Is there a good tutorial site on the extended query language? It
seems there's almost no information about this on the net.)

Thanks,

Marc

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message M. Bastin 2004-07-08 14:53:30 Re: Extended Query: Parse Command: syntax?
Previous Message Ennio-Sr 2004-07-08 13:57:42 [LONG] Need help on pg_dump!