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

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: please give me select sqls examples to distinct these!
Дата
Msg-id CAKFQuwb-20mcoHmea_m_+u__dwDY3qhv1TTnR9TRSfhPnVokDw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: please give me select sqls examples to distinct these!  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: please give me select sqls examples to distinct these!  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
On Tue, Oct 25, 2022 at 8:22 AM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Tue, Oct 25, 2022 at 7:06 AM Rob Sargent <robjsargent@gmail.com> wrote:


2: select * from table join table b on Id = idb 



#2 is probably conceptually correct but in this context should be written as:


Actually, a join is NOT conceptually correct here - the output columns for "SELECT *" will be wrong.

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: please give me select sqls examples to distinct these!
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: please give me select sqls examples to distinct these!