druid-io / druid-io.github.io

Druid Project Website
http://druid.io
61 stars 168 forks source link

”NOT IN” not work #613

Open godman945 opened 4 years ago

godman945 commented 4 years ago

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~