flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Copy of Untitled Query
bryguy
Copy of Untitled Query
Updated 2021-11-29
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
SELECT
'small'
as
name
,
100
as
number
UNION
ALL
SELECT
'large'
as
name
,
300
as
number
UNION
ALL
SELECT
'medium'
as
name
,
200
as
number
Results
Run a query to Download Data