Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
greater_equal.q
blob: c4459b02e92e7b11e9b9fb2877362241828b4d00 [
file
] [
log
] [
blame
]
select
*
from
voter
where
age
>=
70
;