Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
substr_from.q
blob: 46cadd868cd60c209504ce5d3224705eeb73e29e [
file
] [
log
] [
blame
]
select
substr
(
name
,
3
)
from
voter
where
voter_id
=
10
;