Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
mod_int.q
blob: 54bd77ea72378ace51972b26c0a5e5266f9a6838 [
file
] [
log
] [
blame
]
select
mod
(
age
,
voter_id
)
from
voter
where
voter_id
=
10
;