Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
ltrim_chars.q
blob: 874df03de7fd1a837819fc8a774c91e5c865b04b [
file
] [
log
] [
blame
]
select
ltrim
(
name
,
'jes'
)
from
voter
where
voter_id
=
13
;