Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
find_in_set.q
blob: 1b08bc9b10641ad78733cdd6d25c3f409c98c236 [
file
] [
log
] [
blame
]
select
find_in_set
(
'ab'
,
'abc,b,ab,c,def'
)
from
hive
.
crosssources
.
fewtypes_null_hive
;