Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
mod2.q
blob: 19036d85b8043a8a57b56a8725c4ce39cbcefc5c [
file
]
select
mod
(
student_id
,
3
),
mod
(
age
,
2
),
mod
(
studentnum
,
1235
)
from
student_csv_v
where
student_id
=
10
;