Re: [GENERAL] Coditional join of query using PostgreSQL - Mailing list pgsql-general

From Nick Dro
Subject Re: [GENERAL] Coditional join of query using PostgreSQL
Date
Msg-id ~0025919EAE23248FB006905@walla.co.il
Whole thread Raw
In response to [GENERAL] Coditional join of query using PostgreSQL  (Nick Dro <postgresql@walla.co.il>)
List pgsql-general
This is a join in a middle of query.


How can I use dynamic SQL in the middle of query?

ב מאי 15, 2017 20:26, David G. Johnston כתב:
On Mon, May 15, 2017 at 10:02 AM, Nick Dro <postgresql@walla.co.il> wrote:
Hi,
I'm new to postgresql and couldn't find answer to this situation anywhere.
I asked this here:
http://stackoverflow.com/questions/43984208/coditional-join-of-query-using-postgresql

I hope there is a better solution rather than creating two separated functions :(

​Generate the SQL itself in a string then execute the string.  Its called "Dynamic SQL"​.


David J.



pgsql-general by date:

Previous
From: Jack
Date:
Subject: Re: [GENERAL] Coditional join of query using PostgreSQL
Next
From: Dmitry Dolgov
Date:
Subject: Re: [GENERAL] Insert performance and disk usage in JSON vs JSONB