This commit is contained in:
Austin 2025-04-25 15:39:20 -04:00 committed by GitHub
parent 3f8d684c08
commit 5a29c51dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,4 +89,4 @@ FROM
b
ON A.token_address = b.token_address
qualify row_number() over (partition by token_address, hour order by blockchain, modified_timestamp desc) = 1
qualify row_number() over (partition by a.token_address, a.hour order by a.blockchain, a.modified_timestamp desc) = 1