Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
less_equal.q
blob: 3ab6c983ef57cb5da1c01d2488c6d1d417cd40fa [
file
] [
log
] [
blame
]
select
*
from
voter
where
age
<=
20
;