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