adambalai7
Updated 2022-12-11
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
select 'YES' as vote_option,
'73' as votes_count
union ALL
select 'NO' as vote_option,
'7' as votes_count
union ALL
select 'NO WITH VETO' as vote_option,
'43' as votes_count
union ALL
select 'ABSTAIN' as vote_option,
'12' as votes_count
Run a query to Download Data