Skip to content

Commit

Permalink
fix: alias on query (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk authored Mar 14, 2024
1 parent 88a7ed5 commit c30b327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ FROM
FROM historical_slots
WHERE block_number >= $2 AND block_number < $3
OFFSET 1
)
) as random_slot_sample
ORDER BY random()
LIMIT $4;

0 comments on commit c30b327

Please sign in to comment.