Skip to content
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

Confusing error (... on the right, ... on the left.) should be (... on the left , ... on the right) #7853

Closed
den-crane opened this issue Nov 20, 2019 · 0 comments

Comments

@den-crane
Copy link
Contributor

den-crane commented Nov 20, 2019

select * from (select toInt32(1) x) where x in (select toInt64(1) x)

Current:
Types of column 1 in section IN don't match: Int64 on the right, Int32 on the left..
Expected:
Types of column 1 in section IN don't match: Int32 on the left, Int64 on the right..

den-crane added a commit to den-crane/ClickHouse that referenced this issue Nov 20, 2019
on the right , on the left -> on the left on the right ClickHouse#7853
@den-crane den-crane removed the feature label Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants