Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
left_pos.q
blob: aef93bd0874b73991f3f0d6310d1ef22c8bafdb3 [
file
] [
log
] [
blame
]
select
`left`
(
name
,
5
)
from
voter
where
age
>
75
;