Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
functions
/
coalesce
/
DRILL_6962_nested.sql
blob: 3142bbd52f60689eceac7fda140b77e00060a5fe [
file
] [
log
] [
blame
]
select
coalesce
(
coalesce
(
n_name1
,
n_name2
),
n_name
)
from
cp
.`
tpch
/
nation
.
parquet
`
limit
5
;