Nifi init

This commit is contained in:
2026-05-17 16:54:29 +02:00
parent 6203332841
commit 9cc58c20f4
15 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
SELECT
organization_id,
`rank` AS final_rank,
total_points,
prize_money_usd,
tournament_wins,
top_8_finishes,
CASE WHEN eligible_to_win = 1 THEN 1 ELSE 0 END AS eligible_to_win
FROM club_championship_standing;