14 lines
575 B
Plaintext
14 lines
575 B
Plaintext
![]() |
=== Related: RSPEC-2583
|
||
|
|
||
|
=== Related: RSPEC-3633
|
||
|
|
||
|
=== On 2016-06-17T15:03:20Z Ann Campbell Wrote:
|
||
|
from \https://www.researchgate.net/publication/222432151_Semantic_errors_in_SQL_queries_A_quite_complete_list:
|
||
|
|
||
|
|
||
|
Error 27: Uncorrelated EXISTS-subqueries.If an EXISTS-subquery makes no reference to a tuple variable from theouter query, is is either globally true or globally false. This is a very unusualbehaviour. Actually, uncorrelated EXISTS-subqueries are simply missing joinconditions (possibly for anti-joins).
|
||
|
|
||
|
|
||
|
Not sure if we want to handle this here or in RSPEC-3647
|
||
|
|