sharing some of my learnings from using Dune Analytics 👨‍💻 i just built one of my first SQL queries on Dune to track the daily transfer volume of Chainlink ( $LINK ) on Arbitrum network after writing the query and running it, i visualized the data using a bar chart 🧵
the chart shows that the ATH (all-time high) transfer volume happened on February 19, 2024, hitting around $248M in daily volume
if you’d like to explore my query yourself, you can check it out here: you can click “Fork” to copy my code ... then just replace the token or blockchain name to any crypto asset you want to analyze!
while working on this, i also learned about the difference between these two SQL operators: UNION and UNION ALL both are used to combine results from multiple SELECT queries, but they behave differently! --
1/ UNION combines multiple query results and removes duplicate rows automatically (like SELECT DISTINCT) it’s useful when you want unique results only here’s an example using UNION:
2/ UNION ALL also combines query results... but it keeps all duplicates! ideally, it's best to use it when you need every row, not just unique ones here’s an example using UNION ALL:
1,92 mil
0
El contenido de esta página lo proporcionan terceros. A menos que se indique lo contrario, OKX no es el autor de los artículos citados y no reclama ningún derecho de autor sobre los materiales. El contenido se proporciona únicamente con fines informativos y no representa las opiniones de OKX. No pretende ser un respaldo de ningún tipo y no debe ser considerado como un consejo de inversión o una solicitud para comprar o vender activos digitales. En la medida en que la IA generativa se utiliza para proporcionar resúmenes u otra información, dicho contenido generado por IA puede ser inexacto o incoherente. Lee el artículo vinculado para obtener más detalles e información. OKX no es responsable del contenido alojado en sitios de terceros. El holding de activos digitales, incluyendo stablecoins y NFT, implican un alto grado de riesgo y pueden fluctuar en gran medida. Debes considerar cuidadosamente si el trading o holding de activos digitales es adecuado para ti a la luz de tu situación financiera.