nasdfajsklj2024-05-21 Solana tables
    Updated 2024-05-24
    select *
    from solana.core.fact_token_account_owners
    -- where account_address = '2NCkM4Nzx7u9tngqhGHoRGb6BP5XjH3g7U1Fi5gupthQ'
    limit 10





    -- select *
    -- from solana.price.dim_asset_metadata
    -- where token_address = '2NCkM4Nzx7u9tngqhGHoRGb6BP5XjH3g7U1Fi5gupthQ'
    -- limit 10
    -- --does not exist


    select *
    from solana.core.fact_transactions
    where 1=1
    and block_id = 266810890
    and tx_id = '2RZbEJ8wuwXKiovu6DN8wrMHwkqbTwfwcqNDdYsWqgoEUMnqDZq8ptQDqqZwx7HPA86RF8ZL1u975C895stLP81A'
    limit 10
    ---this seems unreadable for now

    select *
    from solana.core.fact_transfers
    where 1=1
    and block_id = 266810890
    and tx_id = '2RZbEJ8wuwXKiovu6DN8wrMHwkqbTwfwcqNDdYsWqgoEUMnqDZq8ptQDqqZwx7HPA86RF8ZL1u975C895stLP81A'
    limit 100





    select *
    QueryRunArchived: QueryRun has been archived