mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 17:06:47 +00:00
excludes
This commit is contained in:
parent
4774fe93e7
commit
820e956670
@ -23,6 +23,11 @@ WITH blocks AS (
|
||||
WHERE
|
||||
tx_count > 0
|
||||
AND block_number > 70000000
|
||||
AND block_number NOT IN (
|
||||
101356734,
|
||||
101361293,
|
||||
101600774
|
||||
)
|
||||
),
|
||||
numbers AS (
|
||||
-- Recursive CTE to generate numbers. We'll use the maximum txcount value to limit our recursion.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user