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