Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
greater_than.q
blob: 712573a6b76aef126c2f6ae0e9f8b69d3ee6a166 [
file
] [
log
] [
blame
]
select
name
,
age
,
gpa
from
student
where
age
>
75
;