nizarhejazi opened a new issue, #9217:
URL: https://github.com/apache/pinot/issues/9217

   1. **NOT** IN.
   `select * from job where id not in ('')` -- This query already works
   `select id not in ('') from job` -- This query does not work
   
   2. **NOT** BETWEEN a AND b
   3. IS **NOT** TRUE, IS **NOT** FALSE
   Note: This requires supporting IS TRUE, and IS FALSE
   
   4. **NOT** boolean_function. Examples:
   NOT STARTSWITH(...)


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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to