ramishoowUntitled Query
    Updated 2022-12-15
    select count (distinct tx_id) as "Transactions", count (distinct DELEGATOR_ADDRESS) as "Users", count (distinct VALIDATOR_ADDRESS) as "Nodes" from terra.core.ez_staking where tx_succeeded = 'TRUE'
    --select count (distinct tx_id) as "Transactions", count (distinct DELEGATOR_ADDRESS) as "Users", count (distinct VALIDATOR_ADDRESS) as "Nodes" from terra.core.ez_staking where tx_succeeded = 'TRUE'
    --Terra
    Run a query to Download Data