Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
trim_trailing_from.q
blob: 23e4e14d6ce7b4fbc1d5a841288fb92b41058f17 [
file
] [
log
] [
blame
]
select
trim
(
trailing
'n'
from
'nixon'
)
from
voter
where
voter_id
=
46
;