Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
strpos2.q
blob: d2fa498ca35f6a7dfd9e5d2bcd0f213ac6f4e27c [
file
] [
log
] [
blame
]
select
strpos
(
'today will be a great day'
,
'will'
)
from
voter
where
voter_id
=
10
;