Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
substring.q
blob: 2bc42c2acdd736cc8bfe8141e99c7cc856662e6d [
file
] [
log
] [
blame
]
select
substring
(
name
,
5
)
from
voter
where
age
<
20
;