mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 15:36:43 +00:00
where filter
This commit is contained in:
parent
3788b2d125
commit
bb40fcb9ec
@ -195,6 +195,7 @@ FROM
|
||||
INNER JOIN {{ ref('core__dim_contracts') }}
|
||||
c0
|
||||
ON t0.contract_address = c0.address
|
||||
WHERE t0.decimals IS NULL
|
||||
AND c0.decimals IS NOT NULL
|
||||
AND t0.modified_timestamp > dateadd('day', -31, SYSDATE())
|
||||
),
|
||||
@ -230,6 +231,7 @@ FROM
|
||||
INNER JOIN {{ ref('core__dim_contracts') }}
|
||||
c0
|
||||
ON t0.contract_address = c0.address
|
||||
WHERE t0.symbol IS NULL
|
||||
AND c0.symbol IS NOT NULL
|
||||
AND t0.modified_timestamp > dateadd('day', -31, SYSDATE())
|
||||
),
|
||||
@ -265,6 +267,7 @@ FROM
|
||||
INNER JOIN {{ ref('core__dim_contracts') }}
|
||||
c0
|
||||
ON t0.contract_address = c0.address
|
||||
WHERE t0.name IS NULL
|
||||
AND c0.name IS NOT NULL
|
||||
AND t0.modified_timestamp > dateadd('day', -31, SYSDATE())
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user