Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
trim_leading.q
blob: a162f76d8d48152e6992fa5bc08298e582502c39 [
file
] [
log
] [
blame
]
select
trim
(
leading name
)
from
voter
where
voter_id
=
20
;