lakshmanan-v opened a new issue #8251: URL: https://github.com/apache/pinot/issues/8251
This is done in a bunch of ways by different databases: https://www.w3schools.com/sql/sql_isnull.asp It would be nice if pinot can support this capability. Right now this can only be done using CASE statement. `CASE when expr([cols]) is 'null' THEN fallback_value ELSE expr([cols]) END` -- 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 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