KaskoazulUntitled Query
Updated 2023-01-10
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select --contract_address,
-- contract_name,
-- creator_address,
-- creator_name,
-- image_url,
project_name,
token_metadata:description as description
from ethereum.core.dim_nft_metadata
where project_name not in ('niftygateway', 'art_blocks', 'raribles_nfts')
and description is not null
group by 1,2
limit 100
Run a query to Download Data