Re: Why is this a cross join?

Поиск
Список
Период
Сортировка
От Tim Uckun
Тема Re: Why is this a cross join?
Дата
Msg-id CAGuHJrMW0DJmxa-cFwVuzAVrBMDaa86eGieZwJPXYntV8L9uuA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why is this a cross join?  (Alban Hertroys <haramrae@gmail.com>)
Ответы Re: Why is this a cross join?  (Tony Theodore <tony.theodore@gmail.com>)
Список pgsql-general
> Apparently the first 6 characters of those fields are quite common, which
> gives you a result for every possible combination of the same 6-character
> value.


Mmmmm. That seems kind of weird.   Is there any way to NOT have this
be a cross join?  For example if I extracted the first six characters
into a field and then joined on them it would not be a cross join
right?

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

Предыдущее
От: Satoshi Nagayasu
Дата:
Сообщение: Re: Visual query builder for PosgreSQL?
Следующее
От: Tony Theodore
Дата:
Сообщение: Re: Why is this a cross join?