You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/03 10:23:05 UTC

[GitHub] [incubator-druid] godman945 opened a new issue #8455: sql query by "not in"

godman945 opened a new issue #8455: sql query by "not in"
URL: https://github.com/apache/incubator-druid/issues/8455
 
 
   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~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org