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:
2.013
0
Il contenuto di questa pagina è fornito da terze parti. Salvo diversa indicazione, OKX non è l'autore degli articoli citati e non rivendica alcun copyright sui materiali. Il contenuto è fornito solo a scopo informativo e non rappresenta le opinioni di OKX. Non intende essere un'approvazione di alcun tipo e non deve essere considerato un consiglio di investimento o una sollecitazione all'acquisto o alla vendita di asset digitali. Nella misura in cui l'IA generativa viene utilizzata per fornire riepiloghi o altre informazioni, tale contenuto generato dall'IA potrebbe essere impreciso o incoerente. Leggi l'articolo collegato per ulteriori dettagli e informazioni. OKX non è responsabile per i contenuti ospitati su siti di terze parti. Gli holding di asset digitali, tra cui stablecoin e NFT, comportano un elevato grado di rischio e possono fluttuare notevolmente. Dovresti valutare attentamente se effettuare il trading o detenere asset digitali è adatto a te alla luce della tua situazione finanziaria.