select
count(distinct(tx_hash)) "TXN Count",
count(distinct(buyer_address)) "Buyers Count",
count(distinct(seller_address)) "Sellers Count",
count(distinct(tokenid)) "NFT Token Number",
sum(price_usd) "Total Price",
avg(price_usd) "Average Price",
median(price_usd) "Median Price",
min(price_usd) "Min Price",
max(price_usd) "Total Amount"
from ethereum.core.ez_nft_sales
where nft_address = '0x60bb1e2aa1c9acafb4d34f71585d7e959f387769'