Replies: 1 comment
-
figured it out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently i have this schema
my goal is to have Futures on
room
table and count the number ofjoined
looking for a way how to define it
i had this originally but as view but can it be done on the column inside
room
and only return the valueSELECT * FROM (SELECT out, count(out) AS total_players FROM joined GROUP BY out)
Beta Was this translation helpful? Give feedback.
All reactions