Server中有一个函数STDEV。
显然,在SAP HANA SPS 12中没有。
错误消息:
SAP DBTech JDBC: [277]: not a GROUP BY expression: The function STDEV is not supported aggregate function or ...如何修复/解决这个问题?
发布于 2017-10-18 14:14:42
使用函数STDDEV
(加上两个D)
https://stackoverflow.com/questions/46812295
复制相似问题