Closed thoshiai closed 3 years ago
The targetlist must need parent tables column which is contained by exists join condition, to use IVM EXISTS clause.
This restriction will add this fix. In the future, supporting multi-stage subqueries will require more complex processing.
This problem is reported by issues #109 .
Thank you for your comments. I fix codes pointed out in the comment
Thanks! I'll merge this.
The targetlist must need parent tables column which is contained by exists join condition, to use IVM EXISTS clause.
This restriction will add this fix. In the future, supporting multi-stage subqueries will require more complex processing.
This problem is reported by issues #109 .