Skip to content

Commit

Permalink
ADding DISTINCT keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Sep 15, 2023
1 parent 93d4372 commit 2f30915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)
}}

select
select distinct
`hash` as block_hash,
timestamp as created_at,
date(timestamp) as timestamp_date,
Expand Down

0 comments on commit 2f30915

Please sign in to comment.