Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
functions
/
coalesce
/
DRILL_6962_non_existing_columns.sql
blob: 7e85ea3392a64997732535c9b76ad01f4e63241c [
file
]
select
coalesce
(
n_name1
,
n_name2
)
from
cp
.`
tpch
/
nation
.
parquet
`
limit
5
;