Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
absolute.q
blob: 806b8eea558f82228b6839d8c69a49ad3ef85b3d [
file
] [
log
] [
blame
]
select
abs
(
gpa
-
student_id
)
from
student
where
student_id
=
10
;