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