在SQL Server中有一個功能STDEV。 顯然,這是不是在SAP HANA SPS 12 錯誤信息提供: SAP DBTech JDBC: [277]: not a GROUP BY expression: The function STDEV is not supported aggregate function or ...
如何修復/工作圍繞這嗎?
在SQL控制檯爲什麼我不能在執行SAP HANA此查詢 PREPARE stmt1
FROM select * from (select '12' as a from dummy) t1
where t1.a = ?;
錯誤: Could not execute 'PREPARE stmt1 FROM select * from (select '12' as a from dummy)