Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
if_DRILL-3272.q
blob: 4b418217e4e0c93fef9387fce64ae86ee6feddda [
file
] [
log
] [
blame
]
select
`if`
(
`year`
(
l_shipdate
)
>
2000
,
'latest'
,
'old'
)
from
hive
.
tpch01_parquet_nodate
.
lineitem
;