Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
right1.q
blob: 86528e5813f4e010d4b9a61cfa8174c17b172144 [
file
] [
log
] [
blame
]
select
`right`
(
voter_id
,
'-1'
),
`right`
(
name
,
'8'
),
`right`
(
age
,
'1'
),
`right`
(
registration
,
'-4'
),
`right`
(
contributions
,
'-2'
),
`right`
(
voterzone
,
'-2'
),
`right`
(
create_time
,
'-11'
)
from
voter_csv_v
where
voter_id
=
10
;