Query will execute when inner query have issue - Mailing list pgsql-bugs

From selva kumar
Subject Query will execute when inner query have issue
Date
Msg-id MAXPR01MB21574B7FDC100157148384EEE20F0@MAXPR01MB2157.INDPRD01.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Query will execute when inner query have issue
Re: Query will execute when inner query have issue
List 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 for Windows 10

 

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 12.1 Partitioned Table Creation Bug
Next
From: Vadim Yatsenko
Date:
Subject: Re: BUG #16226: background worker "logical replication worker" (PID) was terminated by signal 11: Segmentation