-- forked from charliemarketplace / select-chains-score count @ https://flipsidecrypto.xyz/charliemarketplace/q/r3uYAGC6wBhM/select-chains-score-count
-- forked from select-chains-score @ https://flipsidecrypto.xyz/studio/queries/8184dd83-bf7c-4b54-946f-685cb272480e
select
chain, score, count_with_score
from
DATASCIENCE_PUBLIC_MISC.SCORE_ANALYTICS.CHAIN_SCORE_DISTRIBUTION
where score_date= (select max(score_date) from DATASCIENCE_PUBLIC_MISC.SCORE_ANALYTICS.CHAIN_SCORE_DISTRIBUTION where chain = '{{Chain}}')
and chain IN ('{{Chain}}')