Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
rtrim_chars.q
blob: 805ac229ab305a43d422cab53bde06caba612133 [
file
] [
log
] [
blame
]
select
rtrim
(
name
,
'l'
)
from
voter
where
voter_id
=
174
;