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 2020/04/17 09:10:36 UTC

[GitHub] [druid] qidaijie2018 opened a new issue #9719: SQL query with Like can't add anything else

qidaijie2018 opened a new issue #9719: SQL query with Like can't add anything else
URL: https://github.com/apache/druid/issues/9719
 
 
   Druid Version:0.16
   
   SQL-1:SELECT "TABLE_NAME" FROM INFORMATION_SCHEMA.TABLES WHERE  TABLE_NAME NOT LIKE '%err%' . This is OK!
   
   SQL-2:SELECT "TABLE_NAME" FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'TABLE' AND TABLE_NAME NOT LIKE '%err%'. This return "Query returned no data" 
   
   Why SQL only have a like condition is OK. Can't add anything else?

----------------------------------------------------------------
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