Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
substring1.q
blob: 0f51b1e20c2a026e7c02c1178f4d0b1e69b080e6 [
file
]
select
substring
(
name
from
3
for
5
),
substring
(
registration
from
3
for
5
)
from
voter_csv_v
where
voter_id
=
10
;