mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
fix missing alias
This commit is contained in:
parent
10414a122e
commit
bc7b78e592
@ -143,7 +143,7 @@ WITH blocks_agg AS (
|
||||
)
|
||||
) AS params
|
||||
FROM
|
||||
{{ table_name }}
|
||||
{{ table_name }} s
|
||||
GROUP BY batch_id
|
||||
), result as (
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user