Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
count1.q
blob: ac69b24eabefe25a6eb383187992224977e38a4a [
file
]
select
count
(
voter_id
),
count
(
name
),
count
(
age
),
count
(
registration
),
count
(
contributions
),
count
(
voterzone
),
count
(
create_time
),
count
(
isVote
)
from
voter_csv_v
where
name like
'%van%'
;