Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
drill_hive_chain2.q
blob: 4e6ddfc94d019a01fc4b45479cb362b3d5e956d9 [
file
] [
log
] [
blame
]
select
char_length
(
cast
(
nvl
(
int_col
,
5
)
as
varchar
(
3
)))
from
hive
.
crosssources
.
fewtypes_null_hive
;