vogievetsky opened a new issue #7961: DruidSQL: there should be an NVL function that is just an alias for COALESCE URL: https://github.com/apache/incubator-druid/issues/7961 ### Description Druid SQL supports COALESCE but some [DBs call that function NVL](https://www.oracletutorial.com/oracle-comparison-functions/oracle-nvl/) also Druid's expression language [calls this function nvl](https://druid.apache.org/docs/latest/misc/math-expr.html). ### Motivation There is nothing wrong with having aliases for functions in SQL, it might save someone a bit of confusion.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
