project里的group?
分組函數。一般是用到SUM(),count(),max(),min()等函數的時候才使用,除括號內出現的字段外其他在sql中出現的字段都需要進行group by。 使用方法:
select [字段A],max([字段B]) from table 1 where [字段C] = '' group by [字段A],[字段C]
project里的group?
分組函數。一般是用到SUM(),count(),max(),min()等函數的時候才使用,除括號內出現的字段外其他在sql中出現的字段都需要進行group by。 使用方法:
select [字段A],max([字段B]) from table 1 where [字段C] = '' group by [字段A],[字段C]