An aggregate function is a function that summarizes the rows of a group into a single value. COUNT , MIN and MAX are examples of aggregate functions. SELECT ...
確定! 回上一頁