❓Creating queries
Last updated
Last updated
First, navigate to queries in the top nav and click '+' to add a new query.
Name your new query anything you like.
After adding a query, you will be redirected to the query page and able to customize your SQL query. Web3 Analytics uses the Presto SQL syntax.
All data is stored in the 'events' table, and the default query is:
On queries you have created, a list of available fields and their datatype is shown to the left of the SQL editor.
Clicking on a field name will insert a reference to the field where your cursor is in the SQL editor.
If you run your query, you can browse through results 100 records at a time. Your query is saved every time it is successfully run.
You can also filter the data or download it as a CSV file.