GROUP BY can be used in a streaming query as long as one of the grouping expressions is a ... SELECT STREAM prodId, COUNT(*) FROM Orders GROUP BY prodId.
確定! 回上一頁