Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
floor_int.q
blob: b58304b0f3113e9cb0a0fc5795697214e8dc8b70 [
file
] [
log
] [
blame
]
select
floor
(
student_id
)
from
student
where
student_id
=
15
;