Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 04:14 PM
Thanks @Landan George
Since "streaming_silver" is a streaming live table, I expected the last line of the code to be:
AS SELECT count(*) FROM STREAM(LIVE.streaming_silver) GROUP BY user_idBut, as you can see the "live_gold" is defined by:
AS SELECT count(*) FROM LIVE.streaming_silver GROUP BY user_id