Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

No working a query on v2 Dune SQL #334

@mingji

Description

@mingji

I have an issue for the following v2 dune sql.
Given correlated subquery is not supported
if I remove "where" statement, then no error.
But it's worked before for the deprecated queries.

select
            h.day
            ,(select evt_tx_hash from all_events where evt_block_time <=  h.day limit 1) as hash
from 
            unnest(SEQUENCE(timestamp '2022-05-20 00:00', CURRENT_DATE, interval '1' day) )  AS h(day)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions