Re: Oddity with NOT IN

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Oddity with NOT IN
Дата
Msg-id 3cc978cd-9f50-dd65-c9c3-fe2d3c19987a@BlueTreble.com
обсуждение исходный текст
Ответ на Re: Oddity with NOT IN  (Marko Tiikkaja <marko@joh.to>)
Ответы Re: Oddity with NOT IN  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On 8/4/16 4:53 PM, Marko Tiikkaja wrote:
> On 2016-08-04 11:23 PM, Jim Nasby wrote:
>> I've got a customer that discovered something odd...
>>
>> SELECT f1 FROM v1 WHERE f2 not in (SELECT bad FROM v2 WHERE f3 = 1);
>>
>> does not error, even though bad doesn't exist, but
>
> I'm guessing there's a v1.bad?
>
> This is a common mistake, and also why I recommend always table
> qualifying column references when there's more than one table in scope.

Well now I feel dumb...

It would be very useful if we had some way to warn users about stuff 
like this. Emitting a NOTICE comes to mind.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461



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

Предыдущее
От: Andrew Borodin
Дата:
Сообщение: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Oddity with NOT IN