nonaggregated

nonaggregated

 英

  • 网络非聚集;汇总

例句

The GROUP BY clause must contain all nonaggregated columns in the select list, and must not contain other columns not in the select list.

GROUPBY子句必须包含选择列表所有聚集而且不能包含选择列表没有其他

There is no relationship between the columns in the GROUP BY clause and the nonaggregated columns in the SELECT list.

GROUPBY子句SELECT列表聚集之间存在关系

The GROUP BY clause must contain all nonaggregated columns in the select list, and can contain other columns not in the select list.

GROUPBY子句必须包含选择列表所有聚集而且可以包含选择列表没有其他