Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
find_in_set.q
blob: 311917bb9fc948df7ab412fe5163ab2ffc990d38 [
file
] [
log
] [
blame
]
select
find_in_set
(
'ab'
,
'abc,b,ab,c,def'
)
from
`fewtypes_null.tbl`
;