0

In SQL Server there is a function STDEV.

Apparently it is not available in SAP HANA SPS 12

Error message:

SAP DBTech JDBC: [277]: not a GROUP BY expression: The function STDEV is not supported aggregate function or ...

How to fix / work-around this?

Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113

1 Answers1

1

Use the function STDDEV

(with two D)

Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113