Top "Hana" questions

SAP HANA is SAP SE’s implementation of in-memory database technology.

Rolling sum based on date range in sql

Looking for a performance effective SQL code to calculate Rolling Sum based on DATE Sum. My data looks like: +----+…

sql sql-server hana
Call a Stored Procedure in HANA

I am trying to call a stored procedure in java from my .xsjs file. The procedure gets 2 input parameters and …

javascript stored-procedures hana
Add days to date in SAP HANA stored procedure

I need to add days to date in HANA stored procedure, but I am getting error message ERROR WHILE parsing …

stored-procedures sap hana hana-sql-script
Scalar type not allowed : SQLSCRIPT

With limited knowledge of SQL, I write a procedure on HANA database and here is small part of my code. …

sql sap hana
Convert T-SQL Declare statement to SAP HANA

I cannot seem to get the query with declare statement working in SAP HANA. Below I've put the original working …

converter hana hana-sql-script
Concatenating a space in CDS views

As of ABAP 7.40 SP5 I can use the CONCAT function to combine two fields in my CDS view select list. …

sap hana cds