Re: How to write such a query? - Mailing list pgsql-general

From Ron
Subject Re: How to write such a query?
Date
Msg-id deaea309-c93d-6bcf-8a40-78bf88b17874@gmail.com
Whole thread Raw
In response to Re: How to write such a query?  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On 1/6/22 1:07 AM, Igor Korot wrote:
> Hi, David,
>
> On Thu, Jan 6, 2022 at 1:00 AM David G. Johnston
> <david.g.johnston@gmail.com> wrote:
>> On Wednesday, January 5, 2022, Igor Korot <ikorot01@gmail.com> wrote:
>>>
>>> Is there a way to write such a SELECT statement with the
>>> named parameter in PostgreSQL?
>>
>> The server, and its prepared SQL capability, doesn’t understand named parameters.  Only numbered ones.
>>
>> That said, there are a number of different ways to write and execute SQL available to you and each of those provides
differentextended capabilities.  For instance, psql and its variables feature.
 
> It looks like your answer contradicts with Ron...

TIMTOWTDI

-- 
Angular momentum makes the world go 'round.



pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: Re: How to write such a query?
Next
From: Igor Korot
Date:
Subject: Re: How to write such a query?