| From: | Alban Hertroys <haramrae(at)gmail(dot)com> |
|---|---|
| To: | Matthias Apitz <guru(at)unixarea(dot)de> |
| Cc: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: SQL operator '*=' |
| Date: | 2019-12-23 16:46:28 |
| Message-ID: | E4B63315-FCA6-433C-ADA1-C2A9DF3F15BB@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> On 23 Dec 2019, at 15:33, Matthias Apitz <guru(at)unixarea(dot)de> wrote:
>
> #ifdef DBSPOS
> EXEC SQL DECLARE land_cursor CURSOR FOR
> SELECT stammprio, lkz, landbez, plkz, postbez, karenz1, karenz2,
> karenz3, land.wkz, webez, we, kurs, land.del
> FROM land
LEFT JOIN devisen ON land.wkz = devisen.wkz AND land.brgroup = devisen.brgroup
> WHERE land.brgroup = :brgroupHost_for_helpland_cursor
> ORDER BY stammprio, landbez;
> #endif
Alban Hertroys
--
If you can't see the forest for the trees,
cut the trees and you'll find there is no forest.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Justin | 2019-12-23 22:12:20 | Re: unanalyze a foreign table |
| Previous Message | Maksim Milyutin | 2019-12-23 16:36:49 | Re: Commit to primary with unavailable sync standby |