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