Search Postgresql Archives

Re: Re: please give me select sqls examples to distinct these!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



thanks
 

jacktby@xxxxxxxxx
 
From: Rob Sargent
Date: 2022-10-25 22:06
To: jacktby
CC: pgsql-general
Subject: Re: please give me select sqls examples to distinct these!


On Oct 25, 2022, at 7:55 AM, jacktby@xxxxxxxxx wrote:



typedef enum SetOperation
{
    SETOP_NONE = 0,
    SETOP_UNION,
    SETOP_INTERSECT,
    SETOP_EXCEPT
} SetOperation;

jacktby@xxxxxxxxx

Please use just text. 
What ‘dialect’ are using? In Postgres
0: select * from table
1: select * from table union select * from table is same shape
2: select * from table join table b on Id = idb 
3: select * from table except select * from tableb


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux