[BUGS] BUG #14514: Bug in Subquery
От | reva.d91@gmail.com |
---|---|
Тема | [BUGS] BUG #14514: Bug in Subquery |
Дата | |
Msg-id | 20170125072311.1435.32147@wrigleys.postgresql.org обсуждение исходный текст |
Ответы |
Re: [BUGS] BUG #14514: Bug in Subquery
Re: [BUGS] BUG #14514: Bug in Subquery Re: [BUGS] BUG #14514: Bug in Subquery |
Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 14514 Logged by: Revathi Dharmalingam Email address: reva.d91@gmail.com PostgreSQL version: 9.3.10 Operating system: Windows 7/Unix Description: It is ignoring the invalid columns in subquery,Instead of throwing the error 'Column does not exist'. (eg): select * from emp where (empname,empid,empno) in(selec emname,emid,emno from em_details) Note:There is no emno in em_details table. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
В списке pgsql-bugs по дате отправления: