Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
max1.q
blob: 9f6a8dfd534e025f13f82aa31c16170970bfa6c7 [
file
]
select
max
(
voter_id
),
max
(
name
),
max
(
registration
),
max
(
contributions
),
max
(
voterzone
),
max
(
create_time
)
from
voter_csv_v
;