LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-221] correlated reference in subqueries will report error if there is no table alias #651

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="rchen", created="Tue, 17 Oct 2006 13:52:29 -0500 (GMT-05:00)"] set schema 'sales';

explain plan without implementation for
select name from emps
where exists(select * from depts where depts.deptno=empno);

dynamobi-build commented 12 years ago

[author="jvs", created="Sun, 22 Oct 2006 22:42:18 -0500 (GMT-05:00)"] This is the one I was referring to in the meeting last week (FRG-199 is the one specific to HAVING).

dynamobi-build commented 12 years ago

[author="rchen", created="Wed, 25 Oct 2006 12:36:31 -0500 (GMT-05:00)"] Fixed in eigenchange 7989.