Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
right_neg.q
blob: 77fa18c0f557d95a5098e411617f0e1fd7c5fe32 [
file
] [
log
] [
blame
]
select
`right`
(
name
,
'-8'
)
from
voter
where
name like
'victor%'
;