This commit is contained in:
Desmond Hui 2024-02-28 09:30:05 -08:00
parent f303f689f0
commit 7cf361712d

View File

@ -17,6 +17,7 @@ with base as (
select b.block_id
from solana.bronze_api.solscan_blocks_to_get b
left outer join solana.silver._blocks_tx_count b2 on b.block_id = b2.block_id
where b2.block_id is null
),
block_ids as (
select block_id