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 2019/06/25 15:47:19 UTC

[GitHub] [incubator-druid] vogievetsky opened a new issue #7961: DruidSQL: there should be an NVL function that is just an alias for COALESCE

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