Re: No error when FROM is missing in subquery
| От | Tom Lane |
|---|---|
| Тема | Re: No error when FROM is missing in subquery |
| Дата | |
| Msg-id | 15735.1166507302@sss.pgh.pa.us обсуждение |
| Ответ на | Re: No error when FROM is missing in subquery (mike <mike@thegodshalls.com>) |
| Ответы |
Re: No error when FROM is missing in subquery
Re: No error when FROM is missing in subquery |
| Список | pgsql-bugs |
mike <mike@thegodshalls.com> writes:
> Pgsql does not throw an error (at least prior to 8.2) if the column
> referenced by the select statement for the IN clause does not exist.
My, there's a lot of misinformation in this thread.
The reason there's no error thrown is that the reference to mov_id in
the sub-SELECT is a perfectly legal outer reference to the mov_id column
available from the upper SELECT. If the column truly did not exist
anywhere in the tables used in the query, it would have thrown an error.
regards, tom lane
В списке pgsql-bugs по дате отправления: