ESQL: CONCAT on null #117257
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
In ESQL
CONCAT("a", NULL, "b")
isnull
. That's true in MySQL but not in Postgres!Do we want to be more like Postgres here? That comes with some fun side effects, maybe.
The text was updated successfully, but these errors were encountered: