Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
power_dp.q
blob: 8f68c991bf21b050f6231baffa0e3619556e2c12 [
file
] [
log
] [
blame
]
select
power
(
gpa
,
2.2
)
from
student
where
student_id
<
10
;