Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
like2.q
blob: 10206bf47cf115ad98a7fb4b10d185c5d438b196 [
file
]
select
voter_id
,
name
,
age
,
registration
,
contributions
,
voterzone
,
create_time
,
isVote
from
voter_csv_v
where
name like
'%young'
or
name like
'luke%'
;