matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: result is error of the in-subquery sql (correlated columns)

Open ouyuanning opened this issue 2 years ago • 2 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

1、[ERROR] [SCRIPT FILE]: cases/subquery/subquery-with-in.sql [ROW NUMBER]: 10 [SQL STATEMENT]: SELECT 1 FROM (SELECT 1 as a) b WHERE 1 not IN (SELECT (SELECT a));

correlated subquery will support in future version.

Expected Behavior

Steps to Reproduce

No response

Additional information

from #3320

ouyuanning avatar Jun 30 '22 04:06 ouyuanning

in general panic bug cannot be 0.6.

fengttt avatar Jun 30 '22 14:06 fengttt

this will be supported in 0.6.0

domingozhang avatar Jul 01 '22 10:07 domingozhang

this is a feature: support correlated subqueries in projection. i think this issue should be suspended until the feature is finished.

ouyuanning avatar Nov 21 '22 01:11 ouyuanning

no progress

ouyuanning avatar Dec 02 '22 14:12 ouyuanning

no progress

ouyuanning avatar Dec 13 '22 12:12 ouyuanning

this is a feature: support correlated subqueries in projection. i think this issue should be suspended until the feature is finished.

ouyuanning avatar Dec 23 '22 08:12 ouyuanning

this is a feature: support correlated subqueries in projection. i think this issue should be suspended until the feature is finished.

ouyuanning avatar Jan 09 '23 15:01 ouyuanning

this is a feature: support correlated subqueries in projection. i think this issue should be suspended until the feature is finished.

ouyuanning avatar Jan 20 '23 09:01 ouyuanning

this is a feature: support correlated subqueries in projection. i think this issue should be suspended until the feature is finished.

ouyuanning avatar Feb 07 '23 06:02 ouyuanning

Convert to P0 dev task.

fengttt avatar Feb 09 '23 17:02 fengttt

fixed

ouyuanning avatar Apr 06 '23 01:04 ouyuanning