andurilArray Contains example
    Updated 2023-05-11
    select
    *
    from
    solana.core.fact_transactions
    where
    date(block_timestamp) >='2023-05-01'
    and array_contains('9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM'::variant, account_keys)
    limit 10
    Run a query to Download Data