Query will execute when inner query have issue

From: selva kumar <selva(dot)logic(at)hotmail(dot)com>
To: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Query will execute when inner query have issue
Date: 2020-01-23 07:34:40
Message-ID: MAXPR01MB21574B7FDC100157148384EEE20F0@MAXPR01MB2157.INDPRD01.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Greetings,

We tried query in a following manner.

SELECT * FROM A where A.id IN (SELECT B.id from B);

In the above query Table B does not have id. But this query return all A table records

Note : If we run inner query alone, It throws error like “Field is not found”

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vadim Yatsenko 2020-01-23 09:03:02 Re: BUG #16226: background worker "logical replication worker" (PID <pid>) was terminated by signal 11: Segmentation
Previous Message Tom Lane 2020-01-22 23:17:44 Re: 12.1 Partitioned Table Creation Bug