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

Поиск
Список
Период
Сортировка
От jacktby@gmail.com
Тема Re: Re: please give me select sqls examples to distinct these!
Дата
Msg-id 202210252210256635796@gmail.com
обсуждение исходный текст
Ответ на please give me select sqls examples to distinct these!  ("jacktby@gmail.com" <jacktby@gmail.com>)
Список pgsql-general
thanks
 

jacktby@gmail.com
 
Date: 2022-10-25 22:06
To: jacktby
Subject: Re: please give me select sqls examples to distinct these!
div.FoxDIV_20221025220947792 { font-size: 10.5pt } div.FoxDIV_20221025220947792 { line-height: 1.5; } div.FoxDIV_20221025220947792 { font-size: 14px; font-family: "Microsoft YaHei UI"; color: rgb(0, 0, 0); line-height: 1.5; }


On Oct 25, 2022, at 7:55 AM, jacktby@gmail.com wrote:



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

jacktby@gmail.com

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

В списке pgsql-general по дате отправления:

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: please give me select sqls examples to distinct these!
Следующее
От: "jacktby@gmail.com"
Дата:
Сообщение: can you give me a sql example to explain this?