Skip to content

Commit

Permalink
typo comma
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo authored and TeoCalvo committed Nov 25, 2023
1 parent af9589e commit 0d63096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/02.bronze/dota/etl/matches_players.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WITH tb_explode AS (
SELECT explode(players) as players
FROM {table}

),
)

SELECT players.*
FROM tb_explode
Expand Down

0 comments on commit 0d63096

Please sign in to comment.