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

sql query by "not in" not work #25

Open
godman945 opened this issue Sep 3, 2019 · 1 comment
Open

sql query by "not in" not work #25

godman945 opened this issue Sep 3, 2019 · 1 comment

Comments

@godman945
Copy link

I use the 0.15.0 version sql query,
e.q.
select a.uuid from db a where a.uuid not in (select b.uuid from db b where b.status = '0' )
it always return "LIMIT 5000 / org.apache.druid.java.util.common.ISE" but use "in" that ok.Am I using the error?

thanks~

@vogievetsky
Copy link

Hi, this is no the correct repo to file this issue. This is not the console that you are referring to.
Have a look at apache/druid#8833

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