-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maybe Bug] - some query can't work on subquery - V3.0. #9607
Comments
I think it's related to tidb/planner/core/rule_column_pruning.go Line 33 in d094a0f
|
@imiskolee Thanks for your feedback! It should be a same problem with #9536. |
Hi, @lamxTyler , we are also hit by this bug in 3.0 GA version. We have to back to MySQL right now. |
@lamxTyler CREATE TABLE CREATE TABLE CREATE TABLE SELECT Add ci.name to sql don't make a wordaround SELECT |
I am going to close this as a duplicate of #9536 (which has been fixed). Please feel free to re-open if you have any further questions. Thanks! |
Bug Report
Please answer these questions before submitting your issue. Thanks!
output
the subquery will returns a id list.
its worked on version 2.1.
tidb-server -V
or runselect tidb_version();
on TiDB)?schema
stores:
id int
store_id int
The text was updated successfully, but these errors were encountered: