Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
local
/
concat.sql
blob: 1dd091501d8bc22bb6b7ce4185f46e93ff8d57e2 [
file
] [
log
] [
blame
]
CONCAT
(
'a'
,
'b'
,
NULL
,
'c'
);
NVL
(
CONCAT
(
NULL
,
NULL
,
NULL
),
'NULL Value'
);