Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
div_mix.q
blob: f3d4c0f0c5536ff17ecc25e08c8cff1449f711fe [
file
] [
log
] [
blame
]
select
div
(
age
,
voter_id
)
div
from
voter
where
voter_id
<
50
;