Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
ceiling1.q
blob: 60a52744578fedf04704f0ed5fff52d9498ba42d [
file
]
select
ceiling
(
voter_id
),
ceiling
(
age
),
ceiling
(
contributions
),
ceiling
(
voterzone
)
from
voter_csv_v
where
voter_id
=
15
;