test sql block

```sql
select from, sum(value)/pow(10,18) as total_sent from eth_transfers where to=lower('0xc098b2a3aa256d2140208c3de6543aaef5cd3a94') and dt>='2022-11-05' group by from
order by total_sent desc
```
```sql
select from, sum(value)/pow(10,18) as total_sent from eth_transfers where to=lower('0xc098b2a3aa256d2140208c3de6543aaef5cd3a94') and dt>='2022-11-05' group by from
order by total_sent desc
```
By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.