mirror of
https://git.turbo-data.com/nprasad2077/Streamlit_NBA.git
synced 2026-09-22 14:35:14 +00:00
complete app
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
select
|
||||
game_competitiveness_tier,
|
||||
count(*) as games
|
||||
from main_marts.fct_game_results
|
||||
group by game_competitiveness_tier
|
||||
order by games desc
|
||||
Reference in New Issue
Block a user