Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Nov 25, 2024
1 parent b4152b3 commit bda1938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ select
, btc.block_date
, (btc.daily_fee * prices.price) as gas_fees_usd
from
btc
bitcoin_fees
inner join prices
on btc.block_date = prices.day

0 comments on commit bda1938

Please sign in to comment.